mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
keep going
This commit is contained in:
parent
d5e5e49f77
commit
d1b7c652d2
1 changed files with 10 additions and 9 deletions
19
.github/workflows/update.yml
vendored
19
.github/workflows/update.yml
vendored
|
@ -47,15 +47,16 @@ jobs:
|
|||
run: nix build .
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
nix run . \
|
||||
-- \
|
||||
build --minimal \
|
||||
--host "othalan" \
|
||||
--flake . \
|
||||
--debug \
|
||||
-- \
|
||||
--print-build-logs
|
||||
run: >
|
||||
nix run .
|
||||
--
|
||||
build --minimal
|
||||
--host "othalan"
|
||||
--flake .
|
||||
--debug
|
||||
--
|
||||
--print-build-logs
|
||||
--keep-going
|
||||
|
||||
- name: Commit Updates
|
||||
uses: daylin-bot/actions/commit-and-push@main
|
||||
|
|
Loading…
Reference in a new issue