Skip to content

Commit

Permalink
add linux deps to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Mar 30, 2024
1 parent a9f3eaa commit a3ae8bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ jobs:
with:
platforms: linux/${{ matrix.target }}

- name: Install aarch64 linux dependencies
if: matrix.os == 'linux' && matrix.target == 'aarch64'
run: sudo apt update && sudo apt install -y g++-aarch64-linux-gnu

- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit a3ae8bc

Please sign in to comment.