mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Bump MoltenVK to v1.3.0 in CI
This commit is contained in:
parent
61484598fc
commit
8c33fc64d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -202,7 +202,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Install molten-vk"
|
- name: "Install molten-vk"
|
||||||
run: |
|
run: |
|
||||||
curl -L -O https://github.com/KhronosGroup/MoltenVK/releases/download/v1.2.9/MoltenVK-macos.tar
|
curl -L -O https://github.com/KhronosGroup/MoltenVK/releases/download/v1.3.0/MoltenVK-macos.tar
|
||||||
tar xf MoltenVK-macos.tar
|
tar xf MoltenVK-macos.tar
|
||||||
sudo mkdir -p /usr/local/lib
|
sudo mkdir -p /usr/local/lib
|
||||||
sudo cp MoltenVK/MoltenVK/dynamic/dylib/macOS/libMoltenVK.dylib /usr/local/lib
|
sudo cp MoltenVK/MoltenVK/dynamic/dylib/macOS/libMoltenVK.dylib /usr/local/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue