Skip to content

Commit b45a991

Browse files
committed
3
1 parent 4628316 commit b45a991

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

.github/workflows/ci.yml

+28-4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"container": "fedora:40",
2222
"runs-on": "ubuntu-latest",
2323
"steps": [
24+
{
25+
"name": "Install git",
26+
"run": "dnf install -y git",
27+
},
2428
{
2529
"name": "Checkout code",
2630
"uses": "actions/checkout@v4",
@@ -140,17 +144,17 @@
140144
"check",
141145
],
142146
"steps": [
147+
{
148+
"name": "Install git",
149+
"run": "dnf install -y git",
150+
},
143151
{
144152
"name": "Checkout code",
145153
"uses": "actions/checkout@v4",
146154
"with": {
147155
"fetch-depth": 0,
148156
},
149157
},
150-
{
151-
"name": "Install build dependencies",
152-
"run": "dnf -y install tree && tree -a .",
153-
},
154158
{
155159
"name": "Install build dependencies",
156160
"run": "bash $SCRIPTS/pkg-fedora.sh install",
@@ -189,6 +193,10 @@
189193
"check",
190194
],
191195
"steps": [
196+
{
197+
"name": "Install git",
198+
"run": "dnf install -y git",
199+
},
192200
{
193201
"name": "Checkout code",
194202
"uses": "actions/checkout@v4",
@@ -234,6 +242,10 @@
234242
"check",
235243
],
236244
"steps": [
245+
{
246+
"name": "Install git",
247+
"run": "dnf install -y git",
248+
},
237249
{
238250
"name": "Checkout code",
239251
"uses": "actions/checkout@v4",
@@ -410,6 +422,10 @@
410422
"release",
411423
],
412424
"steps": [
425+
{
426+
"name": "Install git",
427+
"run": "dnf install -y git",
428+
},
413429
{
414430
"name": "Checkout code",
415431
"uses": "actions/checkout@v4",
@@ -443,6 +459,10 @@
443459
"release",
444460
],
445461
"steps": [
462+
{
463+
"name": "Install git",
464+
"run": "dnf install -y git",
465+
},
446466
{
447467
"name": "Checkout code",
448468
"uses": "actions/checkout@v4",
@@ -476,6 +496,10 @@
476496
"release",
477497
],
478498
"steps": [
499+
{
500+
"name": "Install git",
501+
"run": "dnf install -y git",
502+
},
479503
{
480504
"name": "Checkout code",
481505
"uses": "actions/checkout@v4",

0 commit comments

Comments
 (0)