We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc925bd commit da8dbbfCopy full SHA for da8dbbf
.github/actions/install-deps/action.yml
@@ -18,7 +18,7 @@ runs:
18
shell: bash
19
- name: Install cargo (Windows-arm)
20
run: choco install rust
21
- if: runner.os == 'windows-11-arm'
+ if: matrix.os == 'windows-11-arm'
22
23
- name: Install ccache, ninja (Linux)
24
run: sudo apt-get install -y ccache ninja-build
0 commit comments