Add '-t' flag to go get

This commit is contained in:
Michael Boulton 2020-08-14 11:25:47 +01:00
parent fe73d5a76d
commit 6f71ba98e0
No known key found for this signature in database
GPG Key ID: 8A62CA0BE2E0197E
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
run: | run: |
git submodule update --init git submodule update --init
make build-libgit2-static 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 }}/... go build -tags static github.com/${{ github.repository }}/...
- name: Test - name: Test
env: env: