Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 6, 2024
1 parent fd91767 commit b243ced
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -197,15 +197,13 @@ jobs:
- name: Test
# Turn off fast fail for when the landbosse tests write to cerr
shell: bash
run: |
set -e
${SSCDIR}/build/test/Release/Test.exe
${SSCDIR}\build\test\Release\Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: SSC Linux Shared Libraries
path: |
${{env.SSCDIR}}/build/ssc/libssc.so
${{env.SSCDIR}}/build/ssc/ssc.so
${{env.SSCDIR}}/build/ssc/ssc.so

0 comments on commit b243ced

Please sign in to comment.