mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -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 .
|
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
|
||||||
|
|
Loading…
Reference in a new issue