feat: remove --max jobs
All checks were successful
/ cache (push) Successful in 1m14s

This commit is contained in:
CronyAkatsuki 2026-03-15 09:39:35 +01:00
parent ccc029d613
commit c78438dee9

View file

@ -20,4 +20,4 @@ jobs:
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build freyja configuration
run: nix build --max-jobs=1 .#nixosConfigurations.freyja.config.system.build.toplevel
run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel