Skip to content

Commit

Permalink
GH Actions: try not building in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Dec 1, 2023
1 parent 9cfc997 commit 61120c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
- name: "Build"
run: cmake --build build --config Release --parallel 2
run: cmake --build build --config Release
working-directory: ${{ matrix.workspace }}
env:
RUSTC_WRAPPER: sccache
Expand Down

0 comments on commit 61120c2

Please sign in to comment.