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 900f359 commit b044226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -188,8 +188,8 @@ jobs:
shell: bash
# Configure cmake to build ssc tests but not tools
run: |
mkdir ${SSCDIR}\build
cd ${SSCDIR}\build
mkdir ${SSCDIR}/build
cd ${SSCDIR}/build
cmake .. -DCMAKE_BUILD_TYPE=Release -DSAM_SKIP_TOOLS=1
- name: Build
Expand Down

0 comments on commit b044226

Please sign in to comment.