ci: reduce max-jobs in build-packages
The server seems to run out of memory otherwise T-T
This commit is contained in:
parent
2a52e4fdeb
commit
5c993d6f67
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Build target
|
||||
run: |
|
||||
nix --version
|
||||
nix-fast-build --max-jobs 2 --no-nom --skip-cached --no-link \
|
||||
nix-fast-build --max-jobs 1 --no-nom --skip-cached --no-link \
|
||||
--flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)"
|
||||
build-vm:
|
||||
runs-on: nixos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue