Skip to content

Commit 61dcb49

Browse files
authored
Update .github/workflows/CI.yml
1 parent 388e7ad commit 61dcb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Compile (cmake)
8383
if: ${{ matrix.build == 'cmake' }}
84-
cmake --build ${{ env.BUILD_DIR }} --parallel
84+
run: cmake --build ${{ env.BUILD_DIR }} --parallel
8585

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

0 commit comments

Comments
 (0)