We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722738a commit 35481b1Copy full SHA for 35481b1
.github/actions/install-deps/action.yml
@@ -16,6 +16,8 @@ runs:
16
run: choco install ccache ninja
17
if: startsWith(matrix.os, 'windows')
18
shell: bash
19
+ # Windows arm runners don't come with rust by default (see https://github.com/actions/partner-runner-images/blob/main/images/arm-windows-11-image.md)
20
+ # but the x86 ones do (see https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md)
21
- name: Install cargo (Windows-arm)
22
run: choco install rust
23
if: matrix.os == 'windows-11-arm'
0 commit comments