Skip to content

Commit

Permalink
ci: Use prebuilt clang binaries on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpfard committed Sep 2, 2023
1 parent 5b5fc6e commit a89d2ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ jobs:
# ninja version to download. Default: 1.10.0
version: 1.10.0
dest: ${{ github.workspace }}/ninja_bin

- name: Add prebuilt llvm install dir to PATH
run: |
"${{ github.workspace }}/llvm-install-${{ env.LLVM_VER }}/bin\n" + (Get-Content $env.GITHUB_PATH -Raw) | Set-Content $env.GITHUB_PATH
- name: Configure CMake
env:
CMAKE_PREFIX_PATH: ${{ github.workspace }}/llvm-install-${{ env.LLVM_VER }}
Expand Down

0 comments on commit a89d2ef

Please sign in to comment.