Add support for creating signed commits and signing commits during a rebase #626
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
yay! it worked :D