Skip to content

Commit c385f54

Browse files
committed
oops#2
1 parent 7a3b8e7 commit c385f54

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ jobs:
1010
container:
1111
image: fedora:43
1212
steps:
13+
- name: Install dependencies
14+
run: dnf install -y isotovideo edk2-ovmf git
15+
1316
- uses: actions/checkout@v6
1417
with:
1518
submodules: true
1619

17-
- name: Install dependencies
18-
run: |
19-
dnf builddep -y ci/readymade.spec
20-
dnf install -y isotovideo edk2-ovmf
20+
- name: Install build dependencies
21+
run: dnf builddep -y ci/readymade.spec
2122

2223
- name: Run tests
2324
run: cd test && ./test.sh

0 commit comments

Comments
 (0)