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"
|
submodules: "recursive"
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
curl -L "https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.zip" -o /tmp/vulkan-sdk.zip
|
brew install vulkan-tools
|
||||||
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 libomp
|
brew install libomp
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue