Skip to content

Commit

Permalink
Debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 22, 2024
1 parent 8645f49 commit 9e4f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: |
cd ${SCM_ROOT}/scm
mkdir bin && cd bin
cmake -DCCPP_SUITES=${suites} -DCMAKE_BUILD_TYPE=Debug ../src
cmake -DCCPP_SUITES=${suites} -DCMAKE_BUILD_TYPE=Debug ../src || cat ccpp_prebuild.err
- name: Build SCM
run: |
Expand Down

0 comments on commit 9e4f492

Please sign in to comment.