Skip to content

Commit

Permalink
fix release.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kulatunga committed Feb 2, 2021
1 parent 78635f8 commit 19a047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd $PROJECT_PATH
go mod vendor
mkdir -p /go/pkg/mod/gopkg.in/libgit2/git2go.v25@v25.1.0/vendor/libgit2/build/
mkdir -p vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/
cp /usr/local/linux/lib/pkgconfig/libgit2.pc vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/libgit2.pc
go test -mod vendor -v -tags "static" $(go list ./... | grep -v /vendor/)
Expand Down

0 comments on commit 19a047e

Please sign in to comment.