Skip to content

Commit

Permalink
windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 6, 2024
1 parent a52d40c commit dbdeabd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Set relative paths
run: |
$GTEST=$GITHUB_WORKSPACE/googletest
$GTEST=$GITHUB_WORKSPACE\googletest
echo "GTEST=$GTEST" >> $env:GITHUB_ENV
$SSCDIR=$GITHUB_WORKSPACE/ssc
echo "SSCDIR=$SSCDIR" >> $env:GITHUB_ENV
Expand All @@ -172,8 +172,8 @@ jobs:
- name: build Gtest
run: |
export
mkdir ${GTEST}/build
cd ${GTEST}/build
mkdir ${GTEST}\build
cd ${GTEST}\build
cmake -DCMAKE_CXX_FLAGS=-std=c++11 ..
make
Expand Down

0 comments on commit dbdeabd

Please sign in to comment.