mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-21 00:14:59 +02:00
multi-process make
This commit is contained in:
parent
83aef81d3d
commit
ae9f717180
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
build/
|
||||
|
||||
- name: Build MUSL
|
||||
run: TARGET=${{ matrix.target }} make
|
||||
run: TARGET=${{ matrix.target }} make -j
|
||||
|
||||
- name: Package outputs
|
||||
run: tar -cf musl-${{ matrix.os }}-${{ matrix.target }}.tgz -C build/local ${{matrix.target}}
|
||||
|
Loading…
Reference in New Issue
Block a user