diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e350987dc..552b9c773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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