Skip to content

Commit

Permalink
debug workflow 16
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 22, 2024
1 parent d2b970d commit a0ff7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: cmake
run: mkdir build && export MKPATH="${PWD}" && cd build && echo "${MKPATH}" && cmake "${MKPATH}"
- name: make
run: make install
run: cd build && make install
- name: ctest
run: ctest --output-on-failure --use-colour yes

0 comments on commit a0ff7e3

Please sign in to comment.