Skip to content

Commit 13d8f90

Browse files
committed
fix: install xorriso
1 parent 51f1d10 commit 13d8f90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
- name: Build release
2626
run: cargo build --release
27+
28+
- name: Install xorriso
29+
run: sudo apt-get install xorriso
2730

2831
- name: Convert BIOS image to ISO
2932
run: |

0 commit comments

Comments
 (0)