Skip to content

Commit

Permalink
remove no-self-update workaround for windows azure
Browse files Browse the repository at this point in the history
  • Loading branch information
pchickey committed Feb 19, 2020
1 parent 9580a25 commit 9ca5187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
- name: Install llvm-nm (Windows)
shell: bash
run: |
# Add --no-self-update as a workaround for
# https://github.com/microsoft/azure-pipelines-image-generation/issues/1224
rustup update stable --no-self-update
rustup update stable
rustup default stable
rustup component add llvm-tools-preview
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"
Expand Down

0 comments on commit 9ca5187

Please sign in to comment.