Skip to content

Commit

Permalink
fix: qemu-system package
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 14, 2024
1 parent 0cba950 commit 6665f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup binfmt with QEMU
run: |
sudo apt update
sudo apt install qemu binfmt-support qemu-user-static
sudo apt install qemu-system binfmt-support qemu-user-static
update-binfmts --display
- name: Setup ldid
run: |
Expand Down

0 comments on commit 6665f6f

Please sign in to comment.