Skip to content

Commit fe25da2

Browse files
Be-ingahayzen-kdab
authored andcommitted
GH Actions: try not building in parallel
1 parent a4a68b1 commit fe25da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 --parallel 2
284+
run: cmake --build build --config Release
285285
working-directory: ${{ matrix.workspace }}
286286
env:
287287
RUSTC_WRAPPER: sccache

0 commit comments

Comments
 (0)