|
21 | 21 | "container": "fedora:40",
|
22 | 22 | "runs-on": "ubuntu-latest",
|
23 | 23 | "steps": [
|
| 24 | + { |
| 25 | + "name": "Install git", |
| 26 | + "run": "dnf install -y git", |
| 27 | + }, |
24 | 28 | {
|
25 | 29 | "name": "Checkout code",
|
26 | 30 | "uses": "actions/checkout@v4",
|
|
140 | 144 | "check",
|
141 | 145 | ],
|
142 | 146 | "steps": [
|
| 147 | + { |
| 148 | + "name": "Install git", |
| 149 | + "run": "dnf install -y git", |
| 150 | + }, |
143 | 151 | {
|
144 | 152 | "name": "Checkout code",
|
145 | 153 | "uses": "actions/checkout@v4",
|
146 | 154 | "with": {
|
147 | 155 | "fetch-depth": 0,
|
148 | 156 | },
|
149 | 157 | },
|
150 |
| - { |
151 |
| - "name": "Install build dependencies", |
152 |
| - "run": "dnf -y install tree && tree -a .", |
153 |
| - }, |
154 | 158 | {
|
155 | 159 | "name": "Install build dependencies",
|
156 | 160 | "run": "bash $SCRIPTS/pkg-fedora.sh install",
|
|
189 | 193 | "check",
|
190 | 194 | ],
|
191 | 195 | "steps": [
|
| 196 | + { |
| 197 | + "name": "Install git", |
| 198 | + "run": "dnf install -y git", |
| 199 | + }, |
192 | 200 | {
|
193 | 201 | "name": "Checkout code",
|
194 | 202 | "uses": "actions/checkout@v4",
|
|
234 | 242 | "check",
|
235 | 243 | ],
|
236 | 244 | "steps": [
|
| 245 | + { |
| 246 | + "name": "Install git", |
| 247 | + "run": "dnf install -y git", |
| 248 | + }, |
237 | 249 | {
|
238 | 250 | "name": "Checkout code",
|
239 | 251 | "uses": "actions/checkout@v4",
|
|
410 | 422 | "release",
|
411 | 423 | ],
|
412 | 424 | "steps": [
|
| 425 | + { |
| 426 | + "name": "Install git", |
| 427 | + "run": "dnf install -y git", |
| 428 | + }, |
413 | 429 | {
|
414 | 430 | "name": "Checkout code",
|
415 | 431 | "uses": "actions/checkout@v4",
|
|
443 | 459 | "release",
|
444 | 460 | ],
|
445 | 461 | "steps": [
|
| 462 | + { |
| 463 | + "name": "Install git", |
| 464 | + "run": "dnf install -y git", |
| 465 | + }, |
446 | 466 | {
|
447 | 467 | "name": "Checkout code",
|
448 | 468 | "uses": "actions/checkout@v4",
|
|
476 | 496 | "release",
|
477 | 497 | ],
|
478 | 498 | "steps": [
|
| 499 | + { |
| 500 | + "name": "Install git", |
| 501 | + "run": "dnf install -y git", |
| 502 | + }, |
479 | 503 | {
|
480 | 504 | "name": "Checkout code",
|
481 | 505 | "uses": "actions/checkout@v4",
|
|
0 commit comments