mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 12:34:59 +00:00
Update MacOS_Build.yml
This commit is contained in:
parent
e7cf32fee6
commit
b5740ee0a5
1 changed files with 4 additions and 5 deletions
9
.github/workflows/MacOS_Build.yml
vendored
9
.github/workflows/MacOS_Build.yml
vendored
|
@ -23,12 +23,11 @@ jobs:
|
|||
- name: Fetch submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Setup Vulkan SDK
|
||||
uses: humbletim/setup-vulkan-sdk@v1.2.0
|
||||
- name: Install Vulkan SDK
|
||||
- uses: humbletim/install-vulkan-sdk@v1.1.1
|
||||
with:
|
||||
vulkan-query-version: latest
|
||||
vulkan-use-cache: true
|
||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang
|
||||
version: 1.3.204.0
|
||||
cache: true
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
|
Loading…
Add table
Reference in a new issue