aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/git.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/git.yml')
-rw-r--r--.github/workflows/git.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index c945e72..638f9bd 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- name: Install build dependencies
- run: sudo apt-get install gettext
+ run: sudo apt-get install gettext libcurl4-openssl-dev
- name: Git Build
run: make build-git
@@ -42,6 +42,9 @@ jobs:
- name: Test
run: make test-coverage
+ - name: Test SHA256
+ run: make test-sha256
+
- name: Build go-git with CGO disabled
run: go build ./...
env: