Skip to content

Commit 817cda2

Browse files
committed
fix
1 parent 5bae37c commit 817cda2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cmake-build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
env:
8282
CC: ${{ matrix.compiler }}
8383
CXX: ${{ matrix.compilercxx }}
84-
run: cmake --build ${{github.workspace}}/build \
85-
--config ${{env.BUILD_TYPE}} \
86-
--parallel $(getconf _NPROCESSORS_ONLN || sysctl -n hw.ncpu || echo %NUMBER_OF_PROCESSORS%)
84+
run: |
85+
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel $(getconf _NPROCESSORS_ONLN || sysctl -n hw.ncpu || echo %NUMBER_OF_PROCESSORS%)
8786

0 commit comments

Comments
 (0)