use host not hosts

This commit is contained in:
Daylin Morgan 2024-01-30 13:53:30 -06:00
parent babfbcbe6e
commit 885ee7ad8e
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
hosts: ["othalan", "mannaz", "algiz"]
host: ["othalan", "mannaz", "algiz"]
steps:
# free up some space
- run: sudo rm -rf /opt&
@ -37,4 +37,4 @@ jobs:
# --override-input flake .
- name: Build
run: |
nix run . --accept-flake-config -- cache --host ${{ matrix.host }} --flake .
nix run . --accept-flake-config -- cache --host "${{ matrix.host }}" --flake .