Skip to content

Commit 6ec9649

Browse files
committed
Auto merge of #12180 - weihanglo:remove-tmp-fix, r=epage
chore(ci): remove temporary fix for rustup 1.24.1 rust-lang/rustup#2759 was fixed in 1.24.2 and now GitHub ships 1.26.0 [^1]. The temporary workaround is not needed anymore. Let's see if everything goes well! [^1]: https://github.com/actions/runner-images/blob/156ad8a318284c617f76cef1077cd0d64aeb758e/images/linux/Ubuntu2204-Readme.md?plain=1#L151
2 parents d90ff55 + f5e39a8 commit 6ec9649

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ jobs:
108108
- uses: actions/checkout@v3
109109
- name: Dump Environment
110110
run: ci/dump-environment.sh
111-
- name: Update Rustup (temporary workaround)
112-
run: rustup self update
113-
shell: bash
114-
if: startsWith(matrix.os, 'windows')
115111
- run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
116112
- run: rustup target add ${{ matrix.other }}
117113
- run: rustup component add rustc-dev llvm-tools-preview rust-docs

0 commit comments

Comments
 (0)