update git.
This commit is contained in:
@@ -21,6 +21,11 @@ jobs:
|
|||||||
PROJECT_PATH: /go/src/github.com/analogj/scrutiny
|
PROJECT_PATH: /go/src/github.com/analogj/scrutiny
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
steps:
|
steps:
|
||||||
|
- name: Git
|
||||||
|
run: |
|
||||||
|
apt-get update && apt-get install -y software-properties-common
|
||||||
|
add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install -y git
|
||||||
|
git --version
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Bump version
|
- name: Bump version
|
||||||
|
|||||||
Reference in New Issue
Block a user