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
1 changed files with 1 additions and 1 deletions

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