Skip to content

Commit

Permalink
Still debugging CIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 22, 2024
1 parent bf72a59 commit 1b0028d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ jobs:
- name: cat CCPP log file
if: always()
run: cat ccpp_prebuild.err
run: |
cd ${SCM_ROOT}/scm/bin
cat ccpp_prebuild.err
- name: Build SCM
run: |
Expand Down

0 comments on commit 1b0028d

Please sign in to comment.