0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-28 16:18:20 +02:00

Upgrade apt-get

This commit is contained in:
John Wesley Walker III 2024-02-17 03:38:18 +01:00 committed by GitHub
parent eb87b7acbe
commit d5b8261d14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,6 +202,8 @@ jobs:
steps: steps:
- name: Install Git - name: Install Git
run: | run: |
apt-get clean
apt-get upgrade
apt-get update apt-get update
apt-get install software-properties-common apt-get install software-properties-common
add-apt-repository ppa:git-core/ppa add-apt-repository ppa:git-core/ppa