mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
use actual syntax
This commit is contained in:
parent
d706f9be14
commit
0699a2893e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -12,7 +12,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
- matrix: ["othalan", "mannaz", "algiz"]
|
max-parallel: 1
|
||||||
|
matrix:
|
||||||
|
hosts: ["othalan", "mannaz", "algiz"]
|
||||||
steps:
|
steps:
|
||||||
# free up some space
|
# free up some space
|
||||||
- run: sudo rm -rf /opt&
|
- run: sudo rm -rf /opt&
|
||||||
|
|
Loading…
Reference in a new issue