Skip to content

Commit

Permalink
Fix MacOS CI. (#1187)
Browse files Browse the repository at this point in the history
Use brew instead of SDK downloads
  • Loading branch information
SaschaWillems authored Feb 18, 2025
1 parent e4cf8a6 commit e14c55c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ jobs:
submodules: "recursive"
- name: Setup
run: |
curl -L "https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.zip" -o /tmp/vulkan-sdk.zip
unzip /tmp/vulkan-sdk.zip -d /tmp
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
--root ~/VulkanSDK/latest --accept-licenses --default-answer --confirm-command install
cd ~/VulkanSDK/latest
sudo ./install_vulkan.py
brew install vulkan-tools
brew install libomp
- name: Build
run: |
Expand Down

0 comments on commit e14c55c

Please sign in to comment.