]> git.proxmox.com Git - wasi-libc.git/commitdiff
remove no-self-update workaround for windows azure
authorPat Hickey <pat@moreproductive.org>
Wed, 19 Feb 2020 22:09:50 +0000 (14:09 -0800)
committerPat Hickey <pat@moreproductive.org>
Wed, 19 Feb 2020 22:12:43 +0000 (14:12 -0800)
.github/workflows/main.yml

index ab9a7c18d1bc968907b6855ecf13bba0ef930961..d5df7abaac1604edc2e0d487d5c7c9433490843a 100644 (file)
@@ -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"