github workflow: make: use -j2 or -j3

This commit is contained in:
nu774 2024-01-11 13:04:25 +09:00
parent f95566ee8e
commit 2dc1ef46e1
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
run: |
autoreconf -fiv
./configure
make
make -j2
sudo make install
- name: Test
run: |
@ -51,7 +51,7 @@ jobs:
run: |
autoreconf -fiv
./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
make
make -j2
sudo make install
macos:
@ -67,7 +67,7 @@ jobs:
run: |
autoreconf -fiv
./configure
make
make -j3
make install
- name: Test
run: |
@ -102,7 +102,7 @@ jobs:
run: |
autoreconf -fiv
./configure
make
make -j2
make install
- name: Test
run: |