We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c32fa6 commit 81077e5Copy full SHA for 81077e5
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -46,9 +46,9 @@ jobs:
46
- name: Build with CMake
47
run: |
48
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
49
- cmake --build build --config Release -- /m
+ cmake --build build --config Release /m
50
else
51
- cmake --build build --config Release -- -j$(nproc)
+ cmake --build build --config Release -- -j$(nproc)
52
fi
53
shell: bash
54
0 commit comments