update git.

This commit is contained in:
Jason Kulatunga
2020-11-04 09:06:48 -08:00
parent fe5bad8c00
commit c62af772af
+2 -1
View File
@@ -13,7 +13,8 @@ jobs:
steps:
- name: Git
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
- name: Checkout
uses: actions/checkout@v2