Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Jan 7, 2025
1 parent 783214c commit f8b9056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install dependencies
run: apt install --assume-yes qemu-user-binfmt
run: |
apt-get update
apt-get install --assume-yes qemu-user-binfmt
- name: Install pkg
run: npm install -g @yao-pkg/pkg
Expand Down

0 comments on commit f8b9056

Please sign in to comment.