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

This commit is contained in:
2025-11-29 20:31:17 +01:00
parent 16b85c6380
commit accc23fc09

View File

@@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v4
- name: Install clang
run: sudo apt install clang
run: |
sudo apt update
sudo apt install clang
- name: Make scripts executable
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh