From 6007068c49dcf60628d39394ace6420d9754f4e6 Mon Sep 17 00:00:00 2001 From: jalbrekt85 Date: Wed, 3 Jan 2024 15:18:21 -0600 Subject: [PATCH] specify toolchain version --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6ce535..e045e91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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