Skip to content

Commit

Permalink
Merge pull request #11 from emttiew/fix_build_ci_workflow
Browse files Browse the repository at this point in the history
Fix build ci workflow
  • Loading branch information
emttiew authored Feb 3, 2024
2 parents 14c047f + a968312 commit 3ff20d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{env.BUILD_PATH}} --config ${{env.BUILD_TYPE}}

- name: Install
run: make install -C ${{env.BUILD_PATH}}

- name: Test
working-directory: ${{env.BUILD_PATH}}
run: ctest -C ${{env.BUILD_TYPE}}

0 comments on commit 3ff20d3

Please sign in to comment.