Update iOS_Build.yml

This commit is contained in:
wheremyfoodat 2025-03-16 22:56:42 +02:00
parent 83e0a614c5
commit e5aed95c65

View file

@ -23,12 +23,17 @@ jobs:
- name: Fetch submodules
run: git submodule update --init --recursive
- name: Update Xcode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- name: Setup Vulkan SDK
uses: humbletim/setup-vulkan-sdk@main
with:
vulkan-query-version: 1.3.296.0
vulkan-use-cache: true
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang
- name: Build core and frontend
run: cd src/pandios && ./build.sh