mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-25 04:20:44 -06:00
Compare commits
No commits in common. "d1b7c652d2ebf3ef5c9f495134d1da6780f02646" and "9074af59827b2730c7ec1db801f27ee483149721" have entirely different histories.
d1b7c652d2
...
9074af5982
2 changed files with 9 additions and 11 deletions
19
.github/workflows/update.yml
vendored
19
.github/workflows/update.yml
vendored
|
@ -47,16 +47,15 @@ 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,6 +7,5 @@
|
||||||
quarto
|
quarto
|
||||||
cachix
|
cachix
|
||||||
graphviz
|
graphviz
|
||||||
typst
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue