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 May 8, 2024
1 parent 53324b1 commit 64c5e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
mkdir build
cd build
pwd
echo ${{GITHUB_WORKSPACE}}
cmake -G "${{matrix.gen}}" -A ${{matrix.arch}} "-DCMAKE_PREFIX_PATH=${{GITHUB_WORKSPACE}}/install/" -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 64c5e61

Please sign in to comment.