Add support for creating signed commits and signing commits during a rebase #626
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
make build-libgit2-static
|
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 }}/...
|
go build -tags static github.com/${{ github.repository }}/...
|
||||||
|
|||||||
- name: Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
yay! it worked :D