summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormichael boulton <[email protected]>2020-08-18 17:25:31 +0100
committerGitHub <[email protected]>2020-08-18 09:25:31 -0700
commit7d4453198b55ecc2d9e09b64352edecb5db8b6ef (patch)
tree60fd2ff9d59edb85fce2e49a3fea2a553bac73f7 /.github
parent7883ec85de56ee55667481228282fd690fce6246 (diff)
Add support for creating signed commits and signing commits during a rebase (#626)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 88e6c57..42636bc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
run: |
git submodule update --init
make build-libgit2-static
- go get -tags static github.com/${{ github.repository }}/...
+ go get -tags static -t github.com/${{ github.repository }}/...
go build -tags static github.com/${{ github.repository }}/...
- name: Test
env: