Skip to content

Commit f315efc

Browse files
authored
Merge pull request #22 from RustLangES/fix/11-xorriso
fix: install xorriso
2 parents 51f1d10 + 13d8f90 commit f315efc

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)