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 8, 2024
1 parent 22743a2 commit c056e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -194,7 +194,8 @@ jobs:
cd ${SSCDIR}/build
cmake .. -DSAM_SKIP_TOOLS=1
cmake --build . --config Release -j4
cp ${SSCDIR}/build/ssc/Release/* ${SSCDIR}/build/test/Release
ls ssc/Release
cp ssc/Release/* test/Release
- name: Test
shell: bash
Expand Down

0 comments on commit c056e08

Please sign in to comment.