We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c2d3f commit e705aaaCopy full SHA for e705aaa
.github/workflows/cd.yaml
@@ -67,8 +67,8 @@ jobs:
67
steps:
68
- name: Install and Setup QEMU
69
run: |
70
- sudo apt-get update
71
- sudo apt-get install qemu binfmt-support qemu-user-static
+ sudo apt update
+ sudo apt install binfmt-support qemu-user-static
72
73
# see https://github.com/vercel/pkg/issues/1251#issuecomment-1024832725
74
- name: Download and Install ldid Codesign Utility
0 commit comments