From 9eaf4fed5f4f2361898f9da8345b34886076bfc2 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sat, 20 Jun 2020 16:24:46 -0700 Subject: Update the `README.md` to clarify some aspects of static libgit2 (#620) This change improves the documentation surrounding libgit2 static builds and modules. Fixes: #618 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 931cc09..5472f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,8 @@ jobs: run: | git submodule update --init make build-libgit2-static - go get --tags "static" github.com/${{ github.repository }}/... - go build --tags "static" github.com/${{ github.repository }}/... + go get -tags static github.com/${{ github.repository }}/... + go build -tags static github.com/${{ github.repository }}/... - name: Test env: GOPATH: /home/runner/work/git2go -- cgit v1.2.3