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 3060a2e commit f266b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -172,12 +172,14 @@ jobs:

- name: build Gtest
shell: bash
# Need to build both Release and Debug for the SSC CMake below
run: |
export
mkdir ${GTEST}/build
cd ${GTEST}/build
cmake ..
cmake --build . --config Release -j4
cmake --build . --config Debug -j4
- name: Checkout SSC
uses: actions/checkout@v2
Expand Down

0 comments on commit f266b91

Please sign in to comment.