Skip to content

Commit

Permalink
fix aarch64 linux build?
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Aug 28, 2023
1 parent 90c5d50 commit 4569d4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}
default: true

- name: Install dependencies for cross-compilation
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 4569d4d

Please sign in to comment.