mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-23 15:10:44 -06:00
Compare commits
2 commits
9074af5982
...
d1b7c652d2
Author | SHA1 | Date | |
---|---|---|---|
d1b7c652d2 | |||
d5e5e49f77 |
2 changed files with 11 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
|
||||||
|
|
|
@ -7,5 +7,6 @@
|
||||||
quarto
|
quarto
|
||||||
cachix
|
cachix
|
||||||
graphviz
|
graphviz
|
||||||
|
typst
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue