We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9580a25 commit 9ca5187Copy full SHA for 9ca5187
1 file changed
.github/workflows/main.yml
@@ -25,9 +25,7 @@ jobs:
25
- name: Install llvm-nm (Windows)
26
shell: bash
27
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
+ rustup update stable
31
rustup default stable
32
rustup component add llvm-tools-preview
33
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