Skip to content

Commit 0a81405

Browse files
authored
Update builder.yml
1 parent 33204d3 commit 0a81405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: build
1717
run: |
1818
sudo apt-get update
19-
sudo apt install qemu-user-static g++-arm-linux-gnueabihf g++-aarch64-linux-gnu kpartx aria2 tree s3fs
19+
sudo apt install kpartx aria2 tree s3fs
20+
#sudo apt install qemu-user-static g++-arm-linux-gnueabihf g++-aarch64-linux-gnu kpartx aria2 tree s3fs
2021
sudo pip install requests
2122
mkdir images && sudo APIKEY=${{ secrets.GITHUBAPITOKEN }} USERNAME=${{ secrets.GITHUBUSERNAME }} PATH=./node_modules/.bin:$PATH ./builder --noninteractive
2223
# image=$(find images/*.img | head -1)

0 commit comments

Comments
 (0)