Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 9m33s

This commit is contained in:
2025-11-29 20:54:50 +01:00
parent 81378e506e
commit a4e4367422

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt update sudo apt update
sudo apt install -y clang lld sudo apt install -y clang lld mtools xorriso
- name: Clone edk2 - name: Clone edk2
run: | run: |