0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-26 15:58:20 +02:00

Tweaked apt commands

This commit is contained in:
John Wesley Walker III 2024-02-17 03:32:47 +01:00 committed by GitHub
parent 772739e526
commit 97826d9e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,9 +202,9 @@ jobs:
steps:
- name: Install Git
run: |
# apt-get update
apt-get install software-properties-common
add-apt-repository ppa:git-core/ppa
apt-get update
apt-get install git
# Clone this repo