Skip to content

Commit

Permalink
Add temporary fix for rustup on windows in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed May 18, 2021
1 parent f0b39fc commit 65ca4e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
other: i686-pc-windows-gnu
steps:
- uses: actions/checkout@v2
- name: Update Rustup (temporary workaround)
run: rustup self update
shell: bash
if: startsWith(matrix.os, 'windows')
- run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- run: rustup target add ${{ matrix.other }}
- run: rustup component add rustc-dev llvm-tools-preview rust-docs
Expand Down

0 comments on commit 65ca4e0

Please sign in to comment.