mirror of
https://github.com/monero-project/monero.git
synced 2025-02-08 20:08:32 -05:00
Merge pull request #9723
b2140b628 ci: Parallelize Arch Linux build (iamamyth)
This commit is contained in:
commit
90359e31fd
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…
x
Reference in New Issue
Block a user