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