mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
manual like
This commit is contained in:
parent
024f4f0046
commit
36c6185683
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -35,7 +35,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
for host in "${HOSTS[@]}"
|
#for host in "${HOSTS[@]}"
|
||||||
|
for host in algiz othalan mannaz
|
||||||
do
|
do
|
||||||
cachix watch-exec daylin -- \
|
cachix watch-exec daylin -- \
|
||||||
nix build \
|
nix build \
|
||||||
|
|
Loading…
Reference in a new issue