From ac7521fa4a74001dd02963ea832b9780cdb77f42 Mon Sep 17 00:00:00 2001 From: Andrew Rioux Date: Tue, 21 Oct 2025 12:23:54 -0400 Subject: [PATCH] fix: up the number of parallel jobs used --- .gitea/workflows/build-artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-artifacts.yaml b/.gitea/workflows/build-artifacts.yaml index 362a64c..1e2bda1 100644 --- a/.gitea/workflows/build-artifacts.yaml +++ b/.gitea/workflows/build-artifacts.yaml @@ -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