Skip to content

Commit

Permalink
Merge pull request #145 from appwrite/fix-qemu-package
Browse files Browse the repository at this point in the history
fix: qemu-system package
  • Loading branch information
christyjacob4 authored Oct 14, 2024
2 parents 0cba950 + 6665f6f commit 7773439
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 7773439

Please sign in to comment.