Skip to content

Commit

Permalink
check arm
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Oct 7, 2024
1 parent 5cd3897 commit 2985fa5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,17 @@ jobs:
uses: actions/checkout@v3

- name: Install Rust
if: ${{ matrix.target != 'aarch64-unknown-linux-gnu' }}
uses: dtolnay/rust-toolchain@stable
with:
targets: "${{ matrix.target }}"

- uses: actions-rs/toolchain@v1
if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
with:
toolchain: stable
target: aarch64-unknown-linux-gnu
override: true

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

0 comments on commit 2985fa5

Please sign in to comment.