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 c047455 commit ce2156f
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}} "-DTinyTIFF_DIR=../../../install/" -B . -S ..
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_PREFIX_PATH=../../../install/lib/cmake" -B . -S ..
cmake --build build --config Release --verbose
- name: Run Release tests
run: |
Expand Down

0 comments on commit ce2156f

Please sign in to comment.