Skip to content

Commit

Permalink
Upgrade to LLVM 16
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Oct 9, 2023
1 parent 539892c commit 6df8973
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
- name: Configure (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
$env:Path = "C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin;$env:Path"
dir C:\ProgramData\chocolatey\lib\zstandard
dir C:\ProgramData\chocolatey\lib\zstandard\tools
$env:Path = "C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin;C:\ProgramData\chocolatey\lib\zstandard;$env:Path"
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH=${{github.workspace}}/llvm/build -DCMAKE_LIBRARY_PATH=C:\msys64\usr\lib -DCURL_LIBRARY=curl -DCURL_LIBRARY_DIRS=${{github.workspace}}/libcurl/lib -DCURL_INCLUDE_DIR=libcurl/include -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
LLVM_DIR: ${{github.workspace}}/llvm/build
Expand Down

0 comments on commit 6df8973

Please sign in to comment.