Update MoltenVK to 1.2.10

This commit is contained in:
squidbus 2024-07-20 09:14:36 -07:00 committed by TheTurtle
parent 43c0f313f2
commit 088130863b
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install MoltenVK
run: |
curl -LO https://github.com/KhronosGroup/MoltenVK/releases/download/v1.2.9/MoltenVK-macos.tar
curl -LO https://github.com/KhronosGroup/MoltenVK/releases/download/v1.2.10/MoltenVK-macos.tar
tar xf MoltenVK-macos.tar
sudo mkdir -p /usr/local/lib
sudo cp MoltenVK/MoltenVK/dylib/macOS/libMoltenVK.dylib /usr/local/lib/libMoltenVK.dylib

View File

@ -30,7 +30,7 @@ jobs:
- name: Install MoltenVK
run: |
curl -LO https://github.com/KhronosGroup/MoltenVK/releases/download/v1.2.9/MoltenVK-macos.tar
curl -LO https://github.com/KhronosGroup/MoltenVK/releases/download/v1.2.10/MoltenVK-macos.tar
tar xf MoltenVK-macos.tar
sudo mkdir -p /usr/local/lib
sudo cp MoltenVK/MoltenVK/dylib/macOS/libMoltenVK.dylib /usr/local/lib/libMoltenVK.dylib