Update .gitea/workflows/build-iso.yml

This commit is contained in:
2025-11-29 20:28:32 +01:00
parent 12c109a120
commit 51bca1c027

View File

@@ -13,6 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Make scripts executable
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh