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 e66bcfa commit 255f215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -127,7 +127,7 @@ jobs:
# Build your program with the given configuration
run: |
cd ${SSCDIR}/build
make -j4
make -j3
- name: Test
# Turn off fast fail for when the landbosse tests write to cerr
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
shell: bash
run: |
set -e
${SSCDIR}/build/test/Test
${SSCDIR}/build/test/Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 255f215

Please sign in to comment.