Skip to content

Commit

Permalink
Updated cross toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Mar 28, 2024
1 parent 65e2e78 commit af7ffd1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
flags: [--all-features, --no-default-features]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
uses: houseabsolute/actions-rust-cross@v0
with:
toolchain: stable
targets: aarch64-unknown-linux-gnu
- run: cargo build --target aarch64-unknown-linux-gnu ${{ matrix.flags }} --release
command: build
target: aarch64-unknown-linux-gnu
args: "--locked ${{ matrix.flags }} --release"
strip: true

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit af7ffd1

Please sign in to comment.