Skip to content

Commit

Permalink
Install linux arch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Jun 5, 2024
1 parent 50d4d72 commit 83a59e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:

- name: Setup Cache
uses: Swatinem/rust-cache@v2

- name: Install Linux Arch Dependencies
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu

- name: Build Binary
run: cargo build --verbose --locked --release --target ${{ matrix.target }}
Expand Down

0 comments on commit 83a59e8

Please sign in to comment.