Skip to content

Commit

Permalink
fix: remove need for sudo in qemu install
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 7310eb1 commit d50c389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
retention-days: 1
- name: Setup QEMU
run: |
sudo apt-get install qemu binfmt-support qemu-user-static
apt-get install qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build for ARM
run: |
Expand Down

0 comments on commit d50c389

Please sign in to comment.