Skip to content

Commit

Permalink
Workaround windows-gnu being broken on the current stable
Browse files Browse the repository at this point in the history
See rust-lang/rust#67429 and related issues.
  • Loading branch information
lu-zero authored and barrbrain committed May 26, 2020
1 parent 2fc1c3b commit e50c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
- name: Install cargo-c
if: matrix.conf == 'cargo-c'
run: |
cargo install cargo-c
rustup run --install stable-msvc cargo install cargo-c
- name: Run cargo-c
if: matrix.conf == 'cargo-c'
run: |
Expand Down

0 comments on commit e50c39f

Please sign in to comment.