Skip to content

Commit

Permalink
build: remove qemu dummy package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitlintac committed Jan 9, 2025
1 parent 25c2d3f commit e705aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
steps:
- name: Install and Setup QEMU
run: |
sudo apt-get update
sudo apt-get install qemu binfmt-support qemu-user-static
sudo apt update
sudo apt install binfmt-support qemu-user-static
# see https://github.com/vercel/pkg/issues/1251#issuecomment-1024832725
- name: Download and Install ldid Codesign Utility
Expand Down

0 comments on commit e705aaa

Please sign in to comment.