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:
Gabriel Arazas 2022-09-15 22:35:03 +08:00
parent 39e11eac71
commit 7a992b6531

View File

@ -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