fix: up the number of parallel jobs used
Some checks failed
Build sparse 0.5 without FreeBSD support / build-and-upload (push) Failing after 1h8m6s
Some checks failed
Build sparse 0.5 without FreeBSD support / build-and-upload (push) Failing after 1h8m6s
This commit is contained in:
parent
f8e275f0f7
commit
ac7521fa4a
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build flake
|
- name: Build flake
|
||||||
run: |
|
run: |
|
||||||
/run/current-system/sw/bin/nix build .#sparse-05-client
|
/run/current-system/sw/bin/nix build --max-jobs 8 .#sparse-05-client
|
||||||
|
|
||||||
- name: Upload resulting binary
|
- name: Upload resulting binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user