mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
ci: intend on continue build on error
There's a lot of explicitly-marked broken packages for now so we'll just set it to continue on error especially if we extend the steps.
This commit is contained in:
parent
39e11eac71
commit
7a992b6531
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Build custom packages
|
||||
run: nix build -f ./pkgs --impure
|
||||
continue-on-error: true
|
||||
|
||||
build-hosts:
|
||||
runs-on: ubuntu-latest
|
||||
@ -46,3 +47,4 @@ jobs:
|
||||
- name: Build NixOS configurations
|
||||
run: |
|
||||
nix build .#nixosConfigurations.ni.config.system.build.toplevel --impure
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user