Fixing CI on MacOS/iOS
This commit is contained in:
parent
f48bede27c
commit
add736f6fa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -59,7 +59,8 @@ jobs:
|
|||
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
|
||||
cd ~/VulkanSDK/latest
|
||||
sudo ./install_vulkan.py
|
||||
brew install libomp
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue