mirror of
https://github.com/monero-project/monero.git
synced 2025-02-07 08:33:44 +02:00
ci: Parallelize Arch Linux build
The "--parallel" flag got dropped from the Arch Linux build due to unidentified, logical commit conflicts.
This commit is contained in:
parent
8d60021377
commit
b2140b6287
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -92,8 +92,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: ./.github/actions/set-make-job-count
|
||||
- name: build
|
||||
run: ${{env.BUILD_DEFAULT_LINUX}}
|
||||
run: ${{env.BUILD_DEFAULT_LINUX}} --parallel ${{env.MAKE_JOB_COUNT}}
|
||||
|
||||
build-debian:
|
||||
name: 'Debian 10'
|
||||
|
Loading…
Reference in New Issue
Block a user