mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12: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
3
.github/workflows/iOS_Build.yml
vendored
3
.github/workflows/iOS_Build.yml
vendored
|
@ -30,5 +30,8 @@ jobs:
|
||||||
vulkan-use-cache: true
|
vulkan-use-cache: true
|
||||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang
|
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
|
- 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