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 f0b39fc commit 65ca4e0Copy full SHA for 65ca4e0
.github/workflows/main.yml
@@ -54,6 +54,10 @@ jobs:
54
other: i686-pc-windows-gnu
55
steps:
56
- uses: actions/checkout@v2
57
+ - name: Update Rustup (temporary workaround)
58
+ run: rustup self update
59
+ shell: bash
60
+ if: startsWith(matrix.os, 'windows')
61
- run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
62
- run: rustup target add ${{ matrix.other }}
63
- run: rustup component add rustc-dev llvm-tools-preview rust-docs
0 commit comments