Skip to content

Commit

Permalink
fixup! Add GitHub Action CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 26, 2023
1 parent a7c0d9f commit d619e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d619e92

Please sign in to comment.