summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index caa52a4..047cb4a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -91,6 +91,8 @@ jobs:
build-system-dynamic:
strategy:
fail-fast: false
+ matrix:
+ libgit2: [ '1.1.0' ]
name: Go (system-wide, dynamic)
runs-on: ubuntu-20.04
@@ -103,10 +105,10 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- - name: Build libgit2
+ - name: Build libgit2 ${{ matrix.libgit2 }}
run: |
git submodule update --init
- sudo ./script/build-libgit2.sh --dynamic --system
+ sudo env BUILD_LIBGIT_REF=v${{ matrix.libgit2 }} ./script/build-libgit2.sh --dynamic --system
- name: Test
run: make test