Skip to content

Commit

Permalink
workflows: paxmark: add arm64 gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Jul 17, 2024
1 parent 84da640 commit 4398aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/paxmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
rustup default stable
- run: |
rustup target add --toolchain stable "${{ matrix.platform }}"
- run: |
apt -y install gcc-aarch64-linux-gnu
if: ${{ matrix.platform }} != "x86_64-unknown-linux-gnu"
- run: cargo build --target "${{ matrix.platform }}" --bin paxmark

0 comments on commit 4398aa4

Please sign in to comment.