mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
- matrix: ["othalan", "mannaz", "algiz"]
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
hosts: ["othalan", "mannaz", "algiz"]
|
||||
steps:
|
||||
# free up some space
|
||||
- run: sudo rm -rf /opt&
|
||||
|
|
Loading…
Reference in a new issue