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
|
unzip /tmp/vulkan-sdk.zip -d /tmp
|
||||||
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
||||||
--accept-licenses --default-answer --confirm-command install
|
--accept-licenses --default-answer --confirm-command install
|
||||||
|
sudo ./install_vulkan.py
|
||||||
brew install libomp
|
brew install libomp
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -79,6 +80,7 @@ jobs:
|
||||||
unzip /tmp/vulkan-sdk.zip -d /tmp
|
unzip /tmp/vulkan-sdk.zip -d /tmp
|
||||||
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
/tmp/InstallVulkan.app/Contents/MacOS/InstallVulkan \
|
||||||
--accept-licenses --default-answer --confirm-command install
|
--accept-licenses --default-answer --confirm-command install
|
||||||
|
sudo ./install_vulkan.py
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd apple
|
cd apple
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue