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 e4cf8a6 commit e14c55cCopy full SHA for e14c55c
.github/workflows/build.yml
@@ -55,12 +55,7 @@ jobs:
55
submodules: "recursive"
56
- name: Setup
57
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
+ brew install vulkan-tools
64
brew install libomp
65
- name: Build
66
0 commit comments