mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
no default shell
This commit is contained in:
parent
2a1af27fca
commit
661a8a6e9f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -46,11 +46,10 @@ jobs:
|
||||||
name: daylin
|
name: daylin
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
for host in ${HOSTS[@]}
|
for host in ${HOSTS[@]}
|
||||||
do
|
do
|
||||||
./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