Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metesynnada committed Jul 28, 2023
1 parent 4d5fedb commit 6cc843d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
- run: cat LICENSE.txt
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Install cross-compiler dependencies
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 6cc843d

Please sign in to comment.