Skip to content

Commit 099ae92

Browse files
committed
test
1 parent cf0470d commit 099ae92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_hw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
export RUNLEVEL=1
5656
printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
5757
apt update
58-
apt install -y software-properties-common ca-certificates
59-
add-apt-repository -y ppa:git-core/ppa
58+
apt install -y software-properties-common
6059
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1715D88E1DF1F24
6160
gpg --export A1715D88E1DF1F24 | apt-key add -
61+
add-apt-repository -y ppa:git-core/ppa
6262
apt update
6363
apt install -y git
6464
git --version

0 commit comments

Comments
 (0)