Skip to content

Commit

Permalink
[CI] This should setup LLVM on Windows correctly this time (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb authored Mar 7, 2023
1 parent 627a726 commit 1593fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
LLVM_DIR: .llvm
- name: Configure LLVM (Windows)
# The Custom Windows build does not contains llvm-config.exe, so need to setup manualy here
if: matrix.os == 'windows-x64' && matrix.llvm_url
if: matrix.build == 'windows-x64' && matrix.llvm_url
run: |
echo LLVM_SYS_14_PREFIX="${LLVM_DIR}" >> $GITHUB_ENV
echo LLVM_SYS_140_PREFIX="${LLVM_DIR}" >> $GITHUB_ENV
echo LLVM_ENABLE=1 >> $GITHUB_ENV
env:
LLVM_DIR: .llvm
Expand Down

0 comments on commit 1593fc5

Please sign in to comment.