We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0470d commit 099ae92Copy full SHA for 099ae92
.github/workflows/tests_hw.yml
@@ -55,10 +55,10 @@ jobs:
55
export RUNLEVEL=1
56
printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
57
apt update
58
- apt install -y software-properties-common ca-certificates
59
- add-apt-repository -y ppa:git-core/ppa
+ apt install -y software-properties-common
60
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1715D88E1DF1F24
61
gpg --export A1715D88E1DF1F24 | apt-key add -
+ add-apt-repository -y ppa:git-core/ppa
62
63
apt install -y git
64
git --version
0 commit comments