Skip to content

Commit

Permalink
ci: use cargo cross for aarch64-unknown-linux-gnu cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zvicii committed Dec 29, 2023
1 parent cf62692 commit e2cf499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
with:
toolchain: stable
targets: aarch64-unknown-linux-gnu
- run: sudo apt-get install -y gcc-aarch64-linux-gnu
- run: cargo build --release --target aarch64-unknown-linux-gnu
- run: cargo install cross
- run: cross build --release --target aarch64-unknown-linux-gnu
- uses: actions/upload-artifact@v4
with:
name: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit e2cf499

Please sign in to comment.