Skip to content

Commit

Permalink
try to fix build_msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Apr 30, 2024
1 parent 10bd9dd commit d29b27c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
cd extcmake_tinytiff_test
mkdir build
cd build
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_PREFIX_PATH=../../../install/lib" -B . -S ..
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_MODULE_PATH=../../../install/lib" -B . -S ..
cmake --build build --config Release --verbose
- name: Test CMake-build against TinyTIFF, using FetchContent-API
if: success() || failure() # always run even if the previous step fails
run: |
cd tests
cd extcmake_fetchcontent_tinytiff_test
Expand Down

0 comments on commit d29b27c

Please sign in to comment.