Skip to content

Commit 7773439

Browse files
Merge pull request #145 from appwrite/fix-qemu-package
fix: qemu-system package
2 parents 0cba950 + 6665f6f commit 7773439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup binfmt with QEMU
1515
run: |
1616
sudo apt update
17-
sudo apt install qemu binfmt-support qemu-user-static
17+
sudo apt install qemu-system binfmt-support qemu-user-static
1818
update-binfmts --display
1919
- name: Setup ldid
2020
run: |

0 commit comments

Comments
 (0)