fix ci
CI / Build binary CI (push) Successful in 2m5s Details

This commit is contained in:
huoxue1 2023-10-05 10:40:52 +08:00
parent bd920f1e48
commit 127e48f61e
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ env:
HTTP_PROXY: "http://172.17.0.1:7890"
HTTPS_PROXY: "http://172.17.0.1:7890"
GOPROXY: "https://goproxy.cn,direct"
GITHUB_SERVER_URL: https://gh.huoxue.store/https://github.com
jobs:
build:
@ -21,11 +22,11 @@ jobs:
# 持久化工具目录
steps:
- name: Checkout
uses: https://gh.huoxue.store/https://github.com/actions/checkout@v3
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup go
uses: https://gh.huoxue.store/https://github.com/actions/setup-go@v4
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Fetch all tags