Skip to content

Commit 3f47566

Browse files
Be-ingahayzen-kdab
authored andcommitted
GH Actions: explicitly use --parallel 1 for CMake build
1 parent 046be9d commit 3f47566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-cxx-qt-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
CC: ${{ matrix.cc }}
282282
CXX: ${{ matrix.cxx }}
283283
- name: "Build"
284-
run: cmake --build build --config Release
284+
run: cmake --build build --config Release --parallel 1
285285
working-directory: ${{ matrix.workspace }}
286286
env:
287287
RUSTC_WRAPPER: sccache

0 commit comments

Comments
 (0)