mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
bashisms
This commit is contained in:
parent
8893df6a89
commit
798d9566b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- name: Build
|
||||
run: |
|
||||
for host in "$HOSTS"
|
||||
for host in "${HOSTS[@]}"
|
||||
do
|
||||
cachix watch-exec daylin -- \
|
||||
nix build \
|
||||
|
|
Loading…
Reference in a new issue