mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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:
|
||||
strategy:
|
||||
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
|
||||
steps:
|
||||
# free up some space
|
||||
|
|
Loading…
Reference in a new issue