Skip to content

Commit 94c7914

Browse files
authored
...sure
1 parent 940ca39 commit 94c7914

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
@@ -320,6 +320,11 @@ jobs:
320320
cache: pip
321321
cache-dependency-path: ci-constraints-requirements.txt
322322
timeout-minutes: 3
323+
- name: Setup rust
324+
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
325+
with:
326+
toolchain: stable
327+
if: matrix.WINDOWS.ARCH == 'arm64'
323328
- run: rustup component add llvm-tools-preview
324329
- name: Cache rust and pip
325330
uses: ./.github/actions/cache

0 commit comments

Comments
 (0)