Skip to content

Commit

Permalink
Update build_msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 authored Apr 28, 2024
1 parent c7ace0c commit 7277ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd extcmake_tinytiff_test
mkdir build
cd build
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_PREFIX_PATH=../../../install/lib/cmake" -B . -S ..
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_PREFIX_PATH=../../../install/lib" -B . -S ..
cmake --build build --config Release --verbose
- name: Run Release tests
run: |
Expand Down

0 comments on commit 7277ad3

Please sign in to comment.