Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Dec 15, 2024
1 parent 7f32aed commit 91c39b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,9 +748,8 @@ jobs:
- name: Build LLVM/Cling on Windows systems if the cache is invalid
if: ${{ (matrix.debug_build == true) && runner.os == 'windows' && steps.cache.outputs.cache-hit != 'true' }}
run: |
git clone https://github.com/fsfod/llvm-project.git
git clone --depth=1 -b llvm-export-api-18.0 https://github.com/fsfod/llvm-project.git
cd llvm-project
git checkout llvm-export-api-18.0
cmake -S ./llvm/ -B build -G Ninja `
-DLLVM_ENABLE_PROJECTS="clang" `
-DLLVM_ENABLE_PLUGINS=On `
Expand Down

0 comments on commit 91c39b6

Please sign in to comment.