Skip to content

Commit 8c207f0

Browse files
committed
use terra builder image
1 parent c385f54 commit 8c207f0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
container:
11-
image: fedora:43
11+
image: ghcr.io/terrapkg/builder:f43
1212
steps:
13-
- name: Install dependencies
14-
run: dnf install -y isotovideo edk2-ovmf git
15-
1613
- uses: actions/checkout@v6
1714
with:
1815
submodules: true
1916

20-
- name: Install build dependencies
21-
run: dnf builddep -y ci/readymade.spec
17+
- name: Install dependencies
18+
run: |
19+
dnf install -y isotovideo edk2-ovmf
20+
dnf builddep -y ci/readymade.spec
2221
2322
- name: Run tests
2423
run: cd test && ./test.sh

0 commit comments

Comments
 (0)