Skip to content

testing sdk stuff

testing sdk stuff #1

Workflow file for this run

name: Image build on event
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 100
swap-size-mb: 200
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
overprovision-lvm: 'true'
- name: Download and Build SDK
run: |
ls -a

Check failure on line 24 in .github/workflows/build_sdk.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_sdk.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
wget https://fra1.digitaloceanspaces.com/openhd-images/BaseImages/rk356x_linux5.10_rkr8_sdk.repo.tar
tar -xyz rk356x_linux5.10_rkr8_sdk.repo.tar
tree