mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
Followed official guidance for installing git
source: https://git-scm.com/download/linux
This commit is contained in:
parent
996d1458e2
commit
87e9846a67
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -202,6 +202,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install Git
|
- name: Install Git
|
||||||
run: |
|
run: |
|
||||||
|
add-apt-repository ppa:git-core/ppa
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install git
|
apt-get install git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue