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

View file

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