no more for loop

This commit is contained in:
Daylin Morgan 2024-01-30 13:43:47 -06:00
parent 0699a2893e
commit e39704d5f6
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 4 deletions

View File

@ -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 .