mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
no more for loop
This commit is contained in:
parent
0699a2893e
commit
e39704d5f6
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -37,7 +37,4 @@ jobs:
|
||||||
# --override-input flake .
|
# --override-input flake .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
for host in ${HOSTS[@]}
|
nix run . --accept-flake-config -- cache --host ${{ matrix.host }} --flake .
|
||||||
do
|
|
||||||
nix run . --accept-flake-config -- cache --host $host --flake .
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue