Skip to content

Commit f489b08

Browse files
committed
fixup! Build Rufus compatible ISO
1 parent 89ed0d1 commit f489b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
name: framework.efi
7575
path: framework_uefi/build/x86_64-unknown-uefi/boot.efi
7676

77-
- name: Install mtools to build ESP (Linux)
78-
run: sudo apt-get install -y mtools
77+
- name: Install mtools to build ESP and ISO (Linux)
78+
run: sudo apt-get install -y mtools genisoimage
7979

8080
- name: Build ESP (Linux)
8181
run: make -C framework_uefi

0 commit comments

Comments
 (0)