Skip to content

Commit 93cba4c

Browse files
authored
Update builder.yml
1 parent 9f317e4 commit 93cba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: build
1717
run: |
1818
sudo apt-get update
19-
sudo apt install qemu-user-static s3fs g++-aarch64-linux-gnu
19+
sudo apt install qemu-user-static s3fs
2020
sudo pip install requests
2121
mkdir images && sudo APIKEY=${{ secrets.GITHUBAPITOKEN }} USERNAME=${{ secrets.GITHUBUSERNAME }} PATH=./node_modules/.bin:$PATH ./builder --noninteractive
2222
image=$(find images/*.img | head -1)

0 commit comments

Comments
 (0)