We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8617bde + 20a8e9e commit 81cd110Copy full SHA for 81cd110
templates/cli/.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup binfmt with QEMU
15
run: |
16
sudo apt update
17
- sudo apt install qemu binfmt-support qemu-user-static
+ sudo apt install qemu-system binfmt-support qemu-user-static
18
update-binfmts --display
19
- name: Setup ldid
20
0 commit comments