mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Update iOS_Build.yml
This commit is contained in:
parent
83e0a614c5
commit
5b91fdf778
1 changed files with 6 additions and 1 deletions
5
.github/workflows/iOS_Build.yml
vendored
5
.github/workflows/iOS_Build.yml
vendored
|
@ -23,6 +23,11 @@ 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue