From b044226c08e7b750ff0e64b5ce561414f7a4a727 Mon Sep 17 00:00:00 2001 From: Darice Date: Mon, 6 May 2024 12:10:33 -0600 Subject: [PATCH] windows ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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