Skip to content

Commit 9ca5187

Browse files
committed
remove no-self-update workaround for windows azure
1 parent 9580a25 commit 9ca5187

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
- name: Install llvm-nm (Windows)
2626
shell: bash
2727
run: |
28-
# Add --no-self-update as a workaround for
29-
# https://github.com/microsoft/azure-pipelines-image-generation/issues/1224
30-
rustup update stable --no-self-update
28+
rustup update stable
3129
rustup default stable
3230
rustup component add llvm-tools-preview
3331
echo "::set-env name=WASM_NM::$(rustc --print sysroot|sed 's|C:|/c|'|sed 's|\\|/|g')/lib/rustlib/x86_64-pc-windows-msvc/bin/llvm-nm.exe"

0 commit comments

Comments
 (0)