Skip to content

Commit

Permalink
CI: Workaround for MoltenVK crash
Browse files Browse the repository at this point in the history
1.2.10 and later crash during descriptor set creation. So for now let's stick with the older version
  • Loading branch information
Exzap committed Jul 27, 2024
1 parent c73fa37 commit 593da5e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,17 @@ jobs:
- name: "Install system dependencies"
run: |
brew update
brew install llvm@15 ninja nasm molten-vk automake libtool
brew install llvm@15 ninja nasm automake libtool
brew install cmake python3 ninja
- name: "Build and install molten-vk"
run: |
git clone https://github.com/KhronosGroup/MoltenVK.git
cd MoltenVK
git checkout bf097edc74ec3b6dfafdcd5a38d3ce14b11952d6
./fetchDependencies --macos
make macos
make install
- name: "Setup cmake"
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 593da5e

Please sign in to comment.