mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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 .
|
||||
- name: Build
|
||||
run: |
|
||||
for host in ${HOSTS[@]}
|
||||
do
|
||||
nix run . --accept-flake-config -- cache --host $host --flake .
|
||||
done
|
||||
nix run . --accept-flake-config -- cache --host ${{ matrix.host }} --flake .
|
||||
|
|
Loading…
Reference in a new issue