Skip to content

Commit

Permalink
chore(ci): remove temporary fix for rustup 1.24.1
Browse files Browse the repository at this point in the history
rustup#2759 was fixed in 1.24.2 and now it's 1.26.0.
Let's see if everything goes well!
  • Loading branch information
weihanglo committed May 25, 2023
1 parent d90ff55 commit f5e39a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ jobs:
- uses: actions/checkout@v3
- name: Dump Environment
run: ci/dump-environment.sh
- 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 f5e39a8

Please sign in to comment.