Skip to content

Commit

Permalink
Fix CMake option naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Kniggebrot committed Oct 21, 2024
1 parent 469f688 commit 0f347ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: mkdir -p "${{ github.workspace }}/build"
- name: Build with CMAKE
run: |
cmake --build "${{ github.workspace }}/build" ${{ github.workspace }}
cmake --build "${{ github.workspace }}/build" --target ccronexpr ${{ github.workspace }}
cmake -B "${{ github.workspace }}/build" -S ${{ github.workspace }}
cmake --build "${{ github.workspace }}/build" --target ccronexpr
- name: Run test executable
run: "${{ github.workspace }}/build/ccronexpr"

0 comments on commit 0f347ce

Please sign in to comment.