Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 31, 2024
1 parent 57f0145 commit b0e5ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_CXX_FLAGS="-Werror ${{ matrix.cxx_flags }}" --trace --debug-output
-DCMAKE_CXX_FLAGS="-Werror ${{ matrix.cxx_flags }}"
make -j2 gtest_main
- name: Debug
if: failure()
run: cat /Users/runner/work/chopper/chopper/build/CMakeFiles/CMakeConfigureLog.yaml
uses: mxschmitt/action-tmate@v3

- name: Build tests
run: |
Expand Down

0 comments on commit b0e5ac5

Please sign in to comment.