mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 22:10:06 +02:00
Tweaked apt
commands
This commit is contained in:
parent
97826d9e80
commit
eb87b7acbe
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: |
|
||||||
|
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
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
Loading…
Add table
Reference in a new issue