Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Jul 27, 2024
1 parent cf77181 commit 33687f9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,15 @@ jobs:
- name: "Install system dependencies"
run: |
brew update
brew search molten-vk@
brew install llvm@15 ninja nasm [email protected] 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
./fetchDependencies --macos
xcodebuild build -quiet -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)" -configuration "Debug"
- name: "Setup cmake"
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 33687f9

Please sign in to comment.