mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
sequential builds
This commit is contained in:
parent
f9e32c5198
commit
fce81fd7fa
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -12,7 +12,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: ["othalan", "algiz", "mannaz"]
|
host: ["algiz", "othalan", "mannaz"]
|
||||||
|
# try to use the cache here along the way
|
||||||
|
fail-fast: true
|
||||||
|
max-parallel: 1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# free up some space
|
# free up some space
|
||||||
|
|
Loading…
Reference in a new issue