Skip to content

Commit

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

0 comments on commit 12f2d4d

Please sign in to comment.