Skip to content

Commit

Permalink
Set cmake for install
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Abrahão <[email protected]>
  • Loading branch information
patrickpa committed May 24, 2024
1 parent 7e55541 commit 6cc77df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-change-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..
make
make install
cmake --build . --config Debug
cmake --build . --config Debug --target install
echo Gtest installed.
shell: pwsh
Expand Down

0 comments on commit 6cc77df

Please sign in to comment.