From 51bca1c027b503c94e1c2fcd3f90fc57769a4017 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Sat, 29 Nov 2025 20:28:32 +0100 Subject: [PATCH] Update .gitea/workflows/build-iso.yml --- .gitea/workflows/build-iso.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/build-iso.yml b/.gitea/workflows/build-iso.yml index 257e63d..edd5966 100644 --- a/.gitea/workflows/build-iso.yml +++ b/.gitea/workflows/build-iso.yml @@ -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