From f6ee7403d3e1a283a91ee63846e648860791c71a Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 16 Mar 2025 21:28:52 +0200 Subject: [PATCH] CI: Update xcode tools for iOS --- .github/workflows/iOS_Build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iOS_Build.yml b/.github/workflows/iOS_Build.yml index a9f4e488..2b30a07d 100644 --- a/.github/workflows/iOS_Build.yml +++ b/.github/workflows/iOS_Build.yml @@ -29,6 +29,9 @@ jobs: vulkan-query-version: 1.3.296.0 vulkan-use-cache: true vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang - + + - name: Update Xcode tools + run: sudo rm -rf /Library/Developer/CommandLineTools && xcode-select --install + - name: Build core and frontend - run: cd src/pandios && ./build.sh \ No newline at end of file + run: cd src/pandios && ./build.sh