Skip to content

Commit 920e43c

Browse files
reaperhulkalex
authored andcommitted
...sure
1 parent bedb626 commit 920e43c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@ jobs:
370370
cache: pip
371371
cache-dependency-path: ci-constraints-requirements.txt
372372
timeout-minutes: 3
373+
- name: Setup rust
374+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
375+
with:
376+
toolchain: stable
377+
if: matrix.WINDOWS.ARCH == 'arm64'
373378
- run: rustup component add llvm-tools-preview
374379
- name: Cache rust and pip
375380
uses: ./.github/actions/cache

0 commit comments

Comments
 (0)