Skip to content

Commit

Permalink
specify toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 committed Jan 3, 2024
1 parent 9ae4fea commit 6007068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
- name: Install Rust target for ARM64
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: aarch64-unknown-linux-gnu
override: true

- name: Build arm64 Wheels
run: maturin build --release --out dist/arm64 --find-interpreter --target aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 6007068

Please sign in to comment.