mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
timeout error fixed
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
a703faa8e4
commit
4fee940778
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user