Skip to content

Commit 81cd110

Browse files
Merge pull request #1041 from appwrite/fix-cli-qemu-pkg
fix: qemu-system package
2 parents 8617bde + 20a8e9e commit 81cd110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/.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)