We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05617a3 commit 996539fCopy full SHA for 996539f
.github/workflows/build.yml
@@ -202,7 +202,7 @@ jobs:
202
203
- name: "Install molten-vk"
204
run: |
205
- 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
206
tar xf MoltenVK-macos.tar
207
sudo mkdir -p /usr/local/lib
208
sudo cp MoltenVK/MoltenVK/dynamic/dylib/macOS/libMoltenVK.dylib /usr/local/lib
0 commit comments