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 c96392e commit 5c0e940Copy full SHA for 5c0e940
.github/workflows/test.yml
@@ -28,11 +28,9 @@ jobs:
28
steps:
29
- name: "Update git"
30
run: |
31
- apt update -y
32
- apt install -y software-properties-common
33
- add-apt-repository ppa:git-core/ppa -y
34
apt-get update
35
apt-get install git -y
+ apt-get install curl -y
36
- uses: actions/checkout@v4.1.4
37
with:
38
sparse-checkout-cone-mode: true
@@ -56,11 +54,9 @@ jobs:
56
54
57
55
58
59
60
61
62
63
64
- uses: actions/checkout@v4.1.1
65
66
0 commit comments