Skip to content

Commit 1b75fbd

Browse files
authored
remove use of ppa provided git in test-install-scripts.yml (#19395)
* remove use of ppa provided git in `test-install-scripts.yml` * Update test-install-scripts.yml
1 parent db440d9 commit 1b75fbd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ jobs:
239239
env:
240240
DEBIAN_FRONTEND: noninteractive
241241
run: |
242-
# for bionic
243-
apt-get --yes update
244-
apt-get install --yes software-properties-common
245-
add-apt-repository --yes ppa:git-core/ppa
246242
apt-get --yes update
247243
apt-get install --yes git lsb-release sudo
248244
MINIMUM=3.9

0 commit comments

Comments
 (0)