Skip to content

Commit

Permalink
fix cmake --build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbartholomew committed Feb 7, 2024
1 parent 269ab2c commit f642fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build (cmake --build)
working-directory: ${{github.workspace}}/build
run: |
cmake --build
cmake --build .
- name: Test (ctest))
working-directory: ${{github.workspace}}/build
run: |
Expand Down

0 comments on commit f642fef

Please sign in to comment.