diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a9b5683..d1ba0faf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,8 @@ jobs: - name: Download LLVM if: ${{ runner.os == 'Windows' }} run: | - curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ matrix.llvm }}%2B0.0.1/llvm-${{ matrix.llvm }}-${{ matrix.os.target_triple }}.7z' + curl -f -L -o llvm.7z --retry 3 https://github.com/jacob-carlborg/clang-builder/releases/download/v15.0.7%2B0.0.2-rc1/llvm-15.0.7-x86_64-pc-windows-msvc.7z + # curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ matrix.llvm }}%2B0.0.1/llvm-${{ matrix.llvm }}-${{ matrix.os.target_triple }}.7z' 7z x llvm.7z # - name: Setup tmate session