Skip to content

Commit

Permalink
Trying to fix MacOS/iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Oct 8, 2024
1 parent 4471902 commit 8d50139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 8d50139

Please sign in to comment.