mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
ensure software-properties-common
is installed.
This commit is contained in:
parent
87e9846a67
commit
772739e526
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -202,8 +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
|
||||
|
Loading…
Reference in New Issue
Block a user