Trying to fix MacOS/iOS CI
This commit is contained in:
parent
447190243f
commit
8d5013902b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
unzip /tmp/vulkan-sdk.zip -d /tmp
|
||||
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
||||
--accept-licenses --default-answer --confirm-command install
|
||||
sudo ./install_vulkan.py
|
||||
brew install libomp
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
@ -79,6 +80,7 @@ jobs:
|
|||
unzip /tmp/vulkan-sdk.zip -d /tmp
|
||||
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
||||
--accept-licenses --default-answer --confirm-command install
|
||||
sudo ./install_vulkan.py
|
||||
- name: Build
|
||||
run: |
|
||||
cd apple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue