Skip to content

Commit

Permalink
tried to fix build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed May 8, 2024
1 parent 7c9ec4f commit 53324b1
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 @@ -42,7 +42,8 @@ jobs:
mkdir build
cd build
pwd
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_MODULE_PATH=../../../install/lib/TinyTIFF" -B . -S ..
echo ${{GITHUB_WORKSPACE}}
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_PREFIX_PATH=${{GITHUB_WORKSPACE}}/install/" -B . -S ..
cmake --build . --config Release --verbose
- name: Test CMake-build against TinyTIFF, using FetchContent-API
if: success() || failure() # always run even if the previous step fails
Expand Down

0 comments on commit 53324b1

Please sign in to comment.