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
|
name: Build Release Binaries
|
||||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||||
needs: [check]
|
needs: [check]
|
||||||
timeout-minutes: 10
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -72,10 +72,6 @@ jobs:
|
|||||||
- ubuntu: 18.04
|
- ubuntu: 18.04
|
||||||
platform: windows/amd64
|
platform: windows/amd64
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
|
||||||
uses: actions/setup-go@v2
|
|
||||||
with:
|
|
||||||
go-version: ${{ env.GO_VERSION }}
|
|
||||||
- name: Set env
|
- name: Set env
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user