Add '-t' flag to go get
This commit is contained in:
parent
fe73d5a76d
commit
6f71ba98e0
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: |
|
||||
git submodule update --init
|
||||
make build-libgit2-static
|
||||
go get -tags static github.com/${{ github.repository }}/...
|
||||
go get -tags static -t github.com/${{ github.repository }}/...
|
||||
go build -tags static github.com/${{ github.repository }}/...
|
||||
- name: Test
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue