Skip to content

Commit 87046f0

Browse files
committed
Rebuild SeaBIOS in CI
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
1 parent 4fa3158 commit 87046f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
submodules: true
1515
- name: Install distro deps
1616
run: sudo apt-get install -y build-essential nasm
17+
- name: Rebuild SeaBIOS
18+
run: |
19+
make seabios
1720
- name: make x86_64
1821
run: |
1922
make ARCH=x86_64

0 commit comments

Comments
 (0)