mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
use host not hosts
This commit is contained in:
parent
babfbcbe6e
commit
885ee7ad8e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue