Skip to content

Commit 6e79581

Browse files
authored
Update build_on_demand.yml
1 parent 6cf32ef commit 6e79581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_on_demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
shell: pwsh
9696
- name: Compile ObEngine
9797
working-directory: ./obengine
98-
run: cmake --build build --config Release -- /MP /m:8
98+
run: cmake --build build --config Release -- /m:8
9999
- name: Run tests
100100
working-directory: ./obengine
101101
run: ./build/tests/Release/ObEngineTests.exe

0 commit comments

Comments
 (0)