Update build.yml

Add timeout to build
This commit is contained in:
Alexander Nozik 2021-04-06 11:15:47 +03:00 committed by GitHub
parent 94093378e0
commit 45301d9172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ jobs:
matrix:
os: [ macOS-latest, windows-latest ]
runs-on: ${{matrix.os}}
timeout-minutes: 30
steps:
- name: Checkout the repo
uses: actions/checkout@v2