Merge pull request #7259 from samuelkarp/release-workflow
release workflow: increase timeout to 30 minutes & remove Go setup action
This commit is contained in:
commit
de68174ec3
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
name: Build Release Binaries
|
||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||
needs: [check]
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@ -72,10 +72,6 @@ jobs:
|
||||
- ubuntu: 18.04
|
||||
platform: windows/amd64
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
- name: Set env
|
||||
shell: bash
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user