Skip to content

Commit 65ca4e0

Browse files
committed
Add temporary fix for rustup on windows in CI.
1 parent f0b39fc commit 65ca4e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
other: i686-pc-windows-gnu
5555
steps:
5656
- uses: actions/checkout@v2
57+
- name: Update Rustup (temporary workaround)
58+
run: rustup self update
59+
shell: bash
60+
if: startsWith(matrix.os, 'windows')
5761
- run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
5862
- run: rustup target add ${{ matrix.other }}
5963
- run: rustup component add rustc-dev llvm-tools-preview rust-docs

0 commit comments

Comments
 (0)