Skip to content

Commit 5c0e940

Browse files
committed
install curl
1 parent c96392e commit 5c0e940

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
steps:
2929
- name: "Update git"
3030
run: |
31-
apt update -y
32-
apt install -y software-properties-common
33-
add-apt-repository ppa:git-core/ppa -y
3431
apt-get update
3532
apt-get install git -y
33+
apt-get install curl -y
3634
- uses: actions/[email protected]
3735
with:
3836
sparse-checkout-cone-mode: true
@@ -56,11 +54,9 @@ jobs:
5654
steps:
5755
- name: "Update git"
5856
run: |
59-
apt update -y
60-
apt install -y software-properties-common
61-
add-apt-repository ppa:git-core/ppa -y
6257
apt-get update
6358
apt-get install git -y
59+
apt-get install curl -y
6460
- uses: actions/[email protected]
6561
with:
6662
sparse-checkout-cone-mode: true

0 commit comments

Comments
 (0)