Skip to content

Commit

Permalink
Remove Install step
Browse files Browse the repository at this point in the history
  • Loading branch information
emttiew committed Feb 1, 2024
1 parent 14c047f commit a968312
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 a968312

Please sign in to comment.