From ed22cb1137b248765fc9200203146a84bbb07467 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 16 Mar 2025 21:44:09 +0200 Subject: [PATCH] Update iOS_Build.yml --- .github/workflows/iOS_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iOS_Build.yml b/.github/workflows/iOS_Build.yml index 2b30a07d..285db10d 100644 --- a/.github/workflows/iOS_Build.yml +++ b/.github/workflows/iOS_Build.yml @@ -31,7 +31,7 @@ jobs: vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang - name: Update Xcode tools - run: sudo rm -rf /Library/Developer/CommandLineTools && xcode-select --install + run: sudo xcode-select --switch /Library/Developer/CommandLineTools/ - name: Build core and frontend run: cd src/pandios && ./build.sh