keep going

This commit is contained in:
Daylin Morgan 2024-08-28 10:31:00 -05:00
parent d5e5e49f77
commit d1b7c652d2
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -47,15 +47,16 @@ jobs:
run: nix build . run: nix build .
- name: Build - name: Build
run: | run: >
nix run . \ nix run .
-- \ --
build --minimal \ build --minimal
--host "othalan" \ --host "othalan"
--flake . \ --flake .
--debug \ --debug
-- \ --
--print-build-logs --print-build-logs
--keep-going
- name: Commit Updates - name: Commit Updates
uses: daylin-bot/actions/commit-and-push@main uses: daylin-bot/actions/commit-and-push@main