Skip to content

Commit e705aaa

Browse files
committed
build: remove qemu dummy package reference
1 parent 25c2d3f commit e705aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
steps:
6868
- name: Install and Setup QEMU
6969
run: |
70-
sudo apt-get update
71-
sudo apt-get install qemu binfmt-support qemu-user-static
70+
sudo apt update
71+
sudo apt install binfmt-support qemu-user-static
7272
7373
# see https://github.com/vercel/pkg/issues/1251#issuecomment-1024832725
7474
- name: Download and Install ldid Codesign Utility

0 commit comments

Comments
 (0)