feat: force only one build at a time.
Some checks failed
/ cache (push) Has been cancelled

This commit is contained in:
CronyAkatsuki 2026-03-15 09:31:11 +01:00
parent 0636e81cc6
commit ccc029d613

View file

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