util: Remove action runner add-apt-repo git-core/ppa (#856)

We were having some difficulty on a server running this
`apt-apt-repository` command due to suspected firewall issues. On
further inspection is appear to be superfluous as git can be obtained
easily through `apt-get` without adding this repository.
This commit is contained in:
Bobby R. Bruce
2024-02-08 12:13:12 -08:00
committed by GitHub
parent 804f137325
commit b2d13ee63a

View File

@@ -31,7 +31,6 @@ set -eu -o pipefail # -x: is for debugging
apt-get update
apt-get upgrade -y
add-apt-repository --yes --update ppa:git-core/ppa
apt-get install -y \
software-properties-common \
bash \