From 5337be812eb6905c7e32b8fd2ee4389b94fa080d Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 11 Feb 2021 22:02:32 +0100 Subject: [PATCH] Revert "fix(ci) Use our own LLVM built on Windows." This reverts commit 7ff16b48764a9c1d1566e04234ee85c48b3b6145. --- .github/workflows/main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 164e2b75a40..5a3cf15ce36 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -62,7 +62,7 @@ jobs: - build: windows-x64 os: windows-latest rust: 1.48 - llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/windows-amd64.tar.gz' + # llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/windows-amd64.tar.gz' artifact_name: 'wasmer-windows-amd64' cross_compilation_artifact_name: 'cross_compiled_from_win' run_integration_tests: true @@ -91,6 +91,11 @@ jobs: toolchain: ${{ matrix.rust }} target: ${{ matrix.target }} override: true + - name: Install LLVM (Windows) + if: matrix.os == 'windows-latest' && !matrix.llvm_url + shell: cmd + run: | + choco install llvm - name: Install LLVM (macOS Apple Silicon) if: matrix.os == 'macos-11.0' && !matrix.llvm_url run: |