Skip to content

Commit 81077e5

Browse files
committed
really?
1 parent 1c32fa6 commit 81077e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: Build with CMake
4747
run: |
4848
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
49-
cmake --build build --config Release -- /m
49+
cmake --build build --config Release /m
5050
else
51-
cmake --build build --config Release -- -j$(nproc)
51+
cmake --build build --config Release -- -j$(nproc)
5252
fi
5353
shell: bash
5454

0 commit comments

Comments
 (0)