We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046be9d commit 3f47566Copy full SHA for 3f47566
.github/workflows/github-cxx-qt-tests.yml
@@ -281,7 +281,7 @@ jobs:
281
CC: ${{ matrix.cc }}
282
CXX: ${{ matrix.cxx }}
283
- name: "Build"
284
- run: cmake --build build --config Release
+ run: cmake --build build --config Release --parallel 1
285
working-directory: ${{ matrix.workspace }}
286
env:
287
RUSTC_WRAPPER: sccache
0 commit comments