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:
travisladuke
2023-07-26 14:26:15 -07:00
parent 38e192daf2
commit c8bc1405ae
+1
View File
@@ -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 }}