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

This commit is contained in:
2025-11-29 20:35:36 +01:00
parent ad4e340d4c
commit 369cf168bc

View File

@@ -18,6 +18,10 @@ jobs:
sudo apt update sudo apt update
sudo apt install -y clang sudo apt install -y clang
- name: Clone edk2
run: |
git clone --recursive https://github.com/tianocore/edk2.git ./edk2
- name: Make scripts executable - name: Make scripts executable
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh