Update MacOS_Build.yml

This commit is contained in:
wheremyfoodat 2023-07-23 15:50:59 +03:00 committed by GitHub
commit cc157e4455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,10 @@ jobs:
- name: Fetch submodules - name: Fetch submodules
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: Install Vulkan SDK - name: Setup Vulkan SDK
- uses: humbletim/install-vulkan-sdk@v1.1.1 uses: humbletim/install-vulkan-sdk@v1.1.1
with: with:
version: 1.3.204.0 version: latest
cache: true cache: true
- name: Configure CMake - name: Configure CMake