Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Feb 5, 2025
1 parent 9f317e4 commit 93cba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: build
run: |
sudo apt-get update
sudo apt install qemu-user-static s3fs g++-aarch64-linux-gnu
sudo apt install qemu-user-static s3fs
sudo pip install requests
mkdir images && sudo APIKEY=${{ secrets.GITHUBAPITOKEN }} USERNAME=${{ secrets.GITHUBUSERNAME }} PATH=./node_modules/.bin:$PATH ./builder --noninteractive
image=$(find images/*.img | head -1)
Expand Down

0 comments on commit 93cba4c

Please sign in to comment.