Skip to content

Commit

Permalink
GH Actions: explicitly use --parallel 1 for CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing authored and ahayzen-kdab committed Jan 15, 2024
1 parent 87bd0c0 commit 77ced1f
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
run: cmake --build build --config Release --parallel 1
working-directory: ${{ matrix.workspace }}
env:
RUSTC_WRAPPER: sccache
Expand Down

0 comments on commit 77ced1f

Please sign in to comment.