fix ci
CI / Build binary CI (push) Successful in 2m5s
Details
CI / Build binary CI (push) Successful in 2m5s
Details
This commit is contained in:
parent
bd920f1e48
commit
127e48f61e
|
@ -11,6 +11,7 @@ env:
|
||||||
HTTP_PROXY: "http://172.17.0.1:7890"
|
HTTP_PROXY: "http://172.17.0.1:7890"
|
||||||
HTTPS_PROXY: "http://172.17.0.1:7890"
|
HTTPS_PROXY: "http://172.17.0.1:7890"
|
||||||
GOPROXY: "https://goproxy.cn,direct"
|
GOPROXY: "https://goproxy.cn,direct"
|
||||||
|
GITHUB_SERVER_URL: https://gh.huoxue.store/https://github.com
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -21,11 +22,11 @@ jobs:
|
||||||
# 持久化工具目录
|
# 持久化工具目录
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://gh.huoxue.store/https://github.com/actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: setup go
|
- name: setup go
|
||||||
uses: https://gh.huoxue.store/https://github.com/actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
- name: Fetch all tags
|
- name: Fetch all tags
|
||||||
|
|
Loading…
Reference in New Issue