Skip to content

Commit

Permalink
clean way to deal with moltenvk
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 26, 2024
1 parent 51042a0 commit 2fa632c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/macos_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ jobs:
uses: ./godot-engine/.github/actions/godot-deps
- name: Setup Vulkan SDK
run: |
chmod +x ./.github/workflows/install_vulkan_sdk_macos.sh
./.github/workflows/install_vulkan_sdk_macos.sh
# Download and install the Vulkan SDK.
curl -L "https://sdk.lunarg.com/sdk/download/latest/mac/vulkan-sdk.dmg" -o /tmp/vulkan-sdk.dmg
hdiutil attach /tmp/vulkan-sdk.dmg -mountpoint /Volumes/vulkan-sdk
/Volumes/vulkan-sdk/InstallVulkan.app/Contents/MacOS/InstallVulkan \
--accept-licenses --default-answer --confirm-command install
- name: Setup Godot build cache
uses: ./godot-engine/.github/actions/godot-cache
with:
Expand Down

0 comments on commit 2fa632c

Please sign in to comment.