Update MoltenVK installation to version 1.4.1

This commit is contained in:
rcaridade145 2025-12-10 16:21:45 +00:00 committed by GitHub
parent 26e40a4bce
commit c0be4aec54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -234,8 +234,8 @@ jobs:
- name: "Install molten-vk" - name: "Install molten-vk"
run: | run: |
curl -L -O https://github.com/KhronosGroup/MoltenVK/releases/download/v1.3.0/MoltenVK-macos.tar curl -L -O https://github.com/KhronosGroup/MoltenVK/releases/download/v1.4.1/MoltenVK-macos-privateapi.tar
tar xf MoltenVK-macos.tar tar xf MoltenVK-macos-privateapi.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