update git.
This commit is contained in:
@@ -13,7 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Git
|
- name: Git
|
||||||
run: |
|
run: |
|
||||||
add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install git
|
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
|
git --version
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user