Trying to fix MacOS/iOS CI

This commit is contained in:
Sascha Willems 2024-10-08 21:53:25 +02:00
parent 447190243f
commit 8d5013902b

View file

@ -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