Upgrade `apt-get`
This commit is contained in:
parent
eb87b7acbe
commit
d5b8261d14
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue