mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
update path for styx
This commit is contained in:
parent
93f13d2049
commit
e5ff5661a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
for host in ${HOSTS[@]}
|
for host in ${HOSTS[@]}
|
||||||
do
|
do
|
||||||
./modules/styx/styx cache --host $host --flake .
|
nix run ".#styx" -- cache --host $host --flake .
|
||||||
done
|
done
|
||||||
# - name: Push
|
# - name: Push
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Reference in a new issue