Skip to content

Commit e14c55c

Browse files
Fix MacOS CI. (SaschaWillems#1187)
Use brew instead of SDK downloads
1 parent e4cf8a6 commit e14c55c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ jobs:
5555
submodules: "recursive"
5656
- name: Setup
5757
run: |
58-
curl -L "https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.zip" -o /tmp/vulkan-sdk.zip
59-
unzip /tmp/vulkan-sdk.zip -d /tmp
60-
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
61-
--root ~/VulkanSDK/latest --accept-licenses --default-answer --confirm-command install
62-
cd ~/VulkanSDK/latest
63-
sudo ./install_vulkan.py
58+
brew install vulkan-tools
6459
brew install libomp
6560
- name: Build
6661
run: |

0 commit comments

Comments
 (0)