File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,23 +29,27 @@ runs:
2929 cache : true
3030
3131 - name : 安装 C 编译工具
32+ timeout-minutes : 10
3233 shell : bash
3334 run : |
3435 sudo apt-get update -qq
3536 sudo apt-get install -y gcc make mingw-w64 gcc-multilib g++-multilib
3637
3738 - name : 下载依赖
39+ timeout-minutes : 5
3840 shell : bash
3941 run : |
4042 go mod download
4143 go mod verify
4244
4345 - name : 安装 UPX
46+ timeout-minutes : 2
4447 uses : crazy-max/ghaction-upx@v3
4548 with :
4649 install-only : true
4750
4851 - name : 使用 GoReleaser 构建
52+ timeout-minutes : 60
4953 uses : goreleaser/goreleaser-action@v6
5054 with :
5155 distribution : goreleaser
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ permissions:
2525jobs :
2626 release :
2727 runs-on : ubuntu-latest
28- timeout-minutes : 45
28+ timeout-minutes : 90
2929
3030 steps :
3131 - name : 检出代码
You can’t perform that action at this time.
0 commit comments