no default shell

This commit is contained in:
Daylin Morgan 2024-01-24 14:58:19 -06:00
parent 2a1af27fca
commit 661a8a6e9f
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 2 deletions

View File

@ -46,11 +46,10 @@ jobs:
name: daylin
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build
shell: bash
run: |
for host in ${HOSTS[@]}
do
./styx -- cache --host $host --flake .
nix run ".#styx" -- cache --host $host --flake .
done
# - name: Push
# env: