parent
e4cf8a6116
commit
e14c55c4d3
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue