Skip to content

Commit 90359e3

Browse files
committed
Merge pull request monero-project#9723
b2140b6 ci: Parallelize Arch Linux build (iamamyth)
2 parents 8d60021 + b2140b6 commit 90359e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
- uses: actions/checkout@v4
9393
with:
9494
submodules: recursive
95+
- uses: ./.github/actions/set-make-job-count
9596
- name: build
96-
run: ${{env.BUILD_DEFAULT_LINUX}}
97+
run: ${{env.BUILD_DEFAULT_LINUX}} --parallel ${{env.MAKE_JOB_COUNT}}
9798

9899
build-debian:
99100
name: 'Debian 10'

0 commit comments

Comments
 (0)