There was an error while loading. Please reload this page.
1 parent c385f54 commit 8c207f0Copy full SHA for 8c207f0
1 file changed
.github/workflows/test.yml
@@ -8,17 +8,16 @@ jobs:
8
test:
9
runs-on: ubuntu-latest
10
container:
11
- image: fedora:43
+ image: ghcr.io/terrapkg/builder:f43
12
steps:
13
- - name: Install dependencies
14
- run: dnf install -y isotovideo edk2-ovmf git
15
-
16
- uses: actions/checkout@v6
17
with:
18
submodules: true
19
20
- - name: Install build dependencies
21
- run: dnf builddep -y ci/readymade.spec
+ - name: Install dependencies
+ run: |
+ dnf install -y isotovideo edk2-ovmf
+ dnf builddep -y ci/readymade.spec
22
23
- name: Run tests
24
run: cd test && ./test.sh
0 commit comments