mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
try fix build with git tag
This commit is contained in:
parent
716c2cdc4e
commit
cb27f84136
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
go-version: 1.14
|
||||
- uses: actions/checkout@v2
|
||||
- run: git fetch --prune --unshallow --tags
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
- name: Build on Linux
|
||||
@ -55,6 +56,7 @@ jobs:
|
||||
with:
|
||||
go-version: 1.14
|
||||
- uses: actions/checkout@v2
|
||||
- run: git fetch --prune --unshallow --tags
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
- name: Build on Windows
|
||||
@ -81,6 +83,7 @@ jobs:
|
||||
with:
|
||||
go-version: 1.14
|
||||
- uses: actions/checkout@v2
|
||||
- run: git fetch --prune --unshallow --tags
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
- name: Build on MacOS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user