mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
timeout error fixed
This commit is contained in:
parent
a703faa8e4
commit
4fee940778
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eowyn.yml
vendored
2
.github/workflows/eowyn.yml
vendored
|
@ -11,7 +11,6 @@ defaults:
|
|||
shell: bash
|
||||
strategy:
|
||||
fail-fast: false
|
||||
timeout-minutes: 30
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -19,6 +18,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue