Skip to content

Commit ccd9b5a

Browse files
committed
CI: Use more cores available
There is no easy cross platform way I know about.
1 parent 8346030 commit ccd9b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Build
8888
working-directory: ${{ github.workspace }}/build
89-
run: cmake --build . -j3
89+
run: cmake --build . -j4
9090

9191
- name: Test
9292
working-directory: ${{ github.workspace }}/build
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Build
198198
working-directory: ${{ github.workspace }}/build
199-
run: cmake --build . -j3
199+
run: cmake --build . -j4
200200

201201
- name: Deploy on Windows
202202
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)