mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
timeout to 60 minutes
This commit is contained in:
parent
2775d21ed0
commit
64d90c3397
1 changed files with 1 additions and 0 deletions
1
.github/workflows/eowyn.yml
vendored
1
.github/workflows/eowyn.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
|
|
Loading…
Reference in a new issue