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 c73fa37 commit 593da5eCopy full SHA for 593da5e
.github/workflows/build.yml
@@ -239,7 +239,17 @@ jobs:
239
- name: "Install system dependencies"
240
run: |
241
brew update
242
- brew install llvm@15 ninja nasm molten-vk automake libtool
+ brew install llvm@15 ninja nasm automake libtool
243
+ brew install cmake python3 ninja
244
+
245
+ - name: "Build and install molten-vk"
246
+ run: |
247
+ git clone https://github.com/KhronosGroup/MoltenVK.git
248
+ cd MoltenVK
249
+ git checkout bf097edc74ec3b6dfafdcd5a38d3ce14b11952d6
250
+ ./fetchDependencies --macos
251
+ make macos
252
+ make install
253
254
- name: "Setup cmake"
255
uses: jwlawson/actions-setup-cmake@v2
0 commit comments