Skip to content

Commit

Permalink
Update .github/workflows/CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 authored Jul 12, 2024
1 parent 388e7ad commit 61dcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Compile (cmake)
if: ${{ matrix.build == 'cmake' }}
cmake --build ${{ env.BUILD_DIR }} --parallel
run: cmake --build ${{ env.BUILD_DIR }} --parallel

- name: Run test (cmake)
if: ${{ matrix.build == 'cmake' }}
Expand Down

0 comments on commit 61dcb49

Please sign in to comment.