Skip to content

Commit 4a21347

Browse files
committed
Workaround windows-gnu being broken on the current stable
See rust-lang/rust#67429 and related issues.
1 parent 91658bd commit 4a21347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rav1e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
- name: Install cargo-c
344344
if: matrix.conf == 'cargo-c'
345345
run: |
346-
cargo install cargo-c
346+
rustup run --install stable-msvc cargo install cargo-c
347347
- name: Run cargo-c
348348
if: matrix.conf == 'cargo-c'
349349
run: |

0 commit comments

Comments
 (0)