Skip to content

Commit

Permalink
Still debugging CIs. Turns out I have no idea whats going on
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 22, 2024
1 parent 5eb776e commit bf72a59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ jobs:
mkdir bin && cd bin
cmake -DCCPP_SUITES=${suites},${suites_ps} -DCMAKE_BUILD_TYPE=Debug ../src
- name: cat CCPP log file
if: always()
run: cat ccpp_prebuild.err

- name: Build SCM
run: |
cd ${SCM_ROOT}/scm/bin
Expand Down

0 comments on commit bf72a59

Please sign in to comment.