We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf32ef commit 6e79581Copy full SHA for 6e79581
.github/workflows/build_on_demand.yml
@@ -95,7 +95,7 @@ jobs:
95
shell: pwsh
96
- name: Compile ObEngine
97
working-directory: ./obengine
98
- run: cmake --build build --config Release -- /MP /m:8
+ run: cmake --build build --config Release -- /m:8
99
- name: Run tests
100
101
run: ./build/tests/Release/ObEngineTests.exe
0 commit comments