Skip to content

Commit

Permalink
[CI] New attempt at fixing the Windows build on the CI (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb authored Mar 7, 2023
1 parent 1593fc5 commit 4653a5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ jobs:
- name: Configure LLVM (Windows)
# The Custom Windows build does not contains llvm-config.exe, so need to setup manualy here
if: matrix.build == 'windows-x64' && matrix.llvm_url
shell: bash
run: |
echo LLVM_SYS_140_PREFIX="${LLVM_DIR}" >> $GITHUB_ENV
LLVM_DIR=$(pwd)/${{ env.LLVM_DIR }}
echo LLVM_SYS_14_PREFIX="${LLVM_DIR}" >> $GITHUB_ENV
echo LLVM_ENABLE=1 >> $GITHUB_ENV
env:
LLVM_DIR: .llvm
Expand Down

0 comments on commit 4653a5a

Please sign in to comment.