mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13:00
CI: Update xcode tools for iOS
This commit is contained in:
parent
3e11bd0bf2
commit
f6ee7403d3
1 changed files with 5 additions and 2 deletions
7
.github/workflows/iOS_Build.yml
vendored
7
.github/workflows/iOS_Build.yml
vendored
|
@ -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
|
||||
run: cd src/pandios && ./build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue