Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 10, 2025
1 parent b15d714 commit 6113db7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: sudo apt-get update && sudo apt-get install -y qemu-user-static

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- run: sudo apt-get update && sudo apt-get install -y qemu-user-static

- name: Build a tarball
run: ./dist.sh ${{ matrix.target }}
Expand Down

0 comments on commit 6113db7

Please sign in to comment.