Skip to content

Commit c96392e

Browse files
committed
install software-properties-common
1 parent 292b3a4 commit c96392e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: "Update git"
3030
run: |
31+
apt update -y
32+
apt install -y software-properties-common
3133
add-apt-repository ppa:git-core/ppa -y
3234
apt-get update
3335
apt-get install git -y
@@ -54,6 +56,8 @@ jobs:
5456
steps:
5557
- name: "Update git"
5658
run: |
59+
apt update -y
60+
apt install -y software-properties-common
5761
add-apt-repository ppa:git-core/ppa -y
5862
apt-get update
5963
apt-get install git -y

0 commit comments

Comments
 (0)