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

This commit is contained in:
Andrew Rioux 2025-10-21 12:23:54 -04:00
parent f8e275f0f7
commit ac7521fa4a
Signed by: andrew.rioux
GPG Key ID: 9B8BAC47C17ABB94

View File

@ -13,7 +13,7 @@ jobs:
- name: Build flake
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
uses: actions/upload-artifact@v4