Skip to content

Commit da8dbbf

Browse files
authored
Update action.yml
1 parent cc925bd commit da8dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
shell: bash
1919
- name: Install cargo (Windows-arm)
2020
run: choco install rust
21-
if: runner.os == 'windows-11-arm'
21+
if: matrix.os == 'windows-11-arm'
2222
shell: bash
2323
- name: Install ccache, ninja (Linux)
2424
run: sudo apt-get install -y ccache ninja-build

0 commit comments

Comments
 (0)