mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
just set the env
This commit is contained in:
parent
a2b92627e0
commit
29fdeacfcb
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -9,15 +9,10 @@ on:
|
||||||
- main
|
- main
|
||||||
env:
|
env:
|
||||||
HOSTS: "algiz othalan mannaz"
|
HOSTS: "algiz othalan mannaz"
|
||||||
|
TERM: xterm # so styx will just get on with it
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# strategy:
|
|
||||||
# matrix:
|
|
||||||
# hosts: "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