0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Followed official guidance for installing git

source:  https://git-scm.com/download/linux
This commit is contained in:
John Wesley Walker III 2024-02-17 03:21:48 +01:00 committed by GitHub
parent 996d1458e2
commit 87e9846a67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,6 +202,7 @@ jobs:
steps:
- name: Install Git
run: |
add-apt-repository ppa:git-core/ppa
apt-get update
apt-get install git