Skip to content

Commit

Permalink
Continued migrating Windows CI/CD to fully use MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Jan 6, 2025
1 parent b5f2407 commit 01f64f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
shell: msys2 {0}
run: |
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B "${{github.workspace}}/build" -G Ninja
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="C:/Windows/System32/ntdll.dll" -DADEPT_LINK_LLVM_STATIC=On -B "${{github.workspace}}/build" -G Ninja
env:
LLVM_DIR: ${{github.workspace}}/llvm/llvm/build
zstd_DIR: C:\msys64\mingw64
Expand Down

0 comments on commit 01f64f8

Please sign in to comment.