Skip to content

Commit

Permalink
windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 6, 2024
1 parent f266b91 commit e66bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -177,7 +177,7 @@ jobs:
export
mkdir ${GTEST}/build
cd ${GTEST}/build
cmake ..
cmake -Dgtest_force_shared_crt=ON ..
cmake --build . --config Release -j4
cmake --build . --config Debug -j4
Expand Down

0 comments on commit e66bcfa

Please sign in to comment.