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

This commit is contained in:
2025-11-29 20:30:24 +01:00
parent 12c109a120
commit 16b85c6380

View File

@@ -13,6 +13,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install clang
run: sudo apt install clang
- 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