ci: missing xorriso

This commit is contained in:
d0p1 🏳️‍⚧️ 2025-01-14 08:47:01 +01:00
parent a36c8b00ed
commit 7a0690cdd8

View file

@ -11,7 +11,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install build-essential fasm mtools sudo apt-get install build-essential fasm mtools xorriso grub-common
- name: Build - name: Build
run: | run: |
make make