We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cba950 + 6665f6f commit 7773439Copy full SHA for 7773439
.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