multi-process make

This commit is contained in:
Ryan 2021-02-01 20:20:16 +13:00 committed by GitHub
parent 83aef81d3d
commit ae9f717180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}