Skip to content

Commit 35481b1

Browse files
authored
Explain why rust needs installing Windows 11 arm ci job, but not Windows x886 job
1 parent 722738a commit 35481b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/install-deps/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ runs:
1616
run: choco install ccache ninja
1717
if: startsWith(matrix.os, 'windows')
1818
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)
1921
- name: Install cargo (Windows-arm)
2022
run: choco install rust
2123
if: matrix.os == 'windows-11-arm'

0 commit comments

Comments
 (0)