Skip to content

Commit

Permalink
debug workflow 4
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 22, 2024
1 parent 7d5176f commit 929db56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: setup
run: cd c_library && mkdir build && cd build && pwd
run: cd c_library && mkdir build && export MKPATH=pwd && cd build
- name: cmake
run: cmake -P ..
run: cmake -P ${MKPATH}
- name: make
run: make install
- name: ctest
Expand Down

0 comments on commit 929db56

Please sign in to comment.