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

This commit is contained in:
2025-11-29 20:32:24 +01:00
parent accc23fc09
commit ad4e340d4c

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install clang - name: Install clang
run: | run: |
sudo apt update sudo apt update
sudo apt install clang sudo apt install -y 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