diff options
| author | lhchavez <[email protected]> | 2020-06-20 16:24:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-20 16:24:46 -0700 |
| commit | 9eaf4fed5f4f2361898f9da8345b34886076bfc2 (patch) | |
| tree | aee495782ce107a9e6bdc09a27fbec7ae66704ad /.github | |
| parent | 1c9bef0f9f56100ae715fdd130beed6abfa9e475 (diff) | |
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
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
