mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
add a timeout to build action
prevent stuff from getting stuck and using all our minutes. The default timeout is 6 hours or something.
This commit is contained in:
@@ -13,5 +13,6 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Build ${{ matrix.os }} - ${{ matrix.target }}
|
||||
timeout-minutes: 6
|
||||
uses: actions/checkout@v3.5.3
|
||||
- run: make ${{ matrix.target }}
|
||||
|
||||
Reference in New Issue
Block a user