Skip to content

Commit

Permalink
Find missing CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kniggebrot committed Oct 21, 2024
1 parent 73e8463 commit 4979e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: mkdir -p "${{ github.workspace }}/build"
- name: Build with CMAKE
run: |
cmake .
ls ${{ github.workspace }}
cmake ${{ github.workspace }}
cmake --build "${{ github.workspace }}/build" --target ccronexpr
- name: Run test executable
run: "${{ github.workspace }}/build/ccronexpr"

0 comments on commit 4979e67

Please sign in to comment.