Skip to content

Commit

Permalink
Install macos vulkansdk from official godot source code
Browse files Browse the repository at this point in the history
RevoluPowered committed Oct 11, 2024
1 parent 4de3d80 commit ca39a83
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/engine.yml
Original file line number Diff line number Diff line change
@@ -200,11 +200,7 @@ jobs:

- name: Setup Vulkan SDK
run: |
# 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
sh ./godot-engine/misc/scripts/install_vulkan_sdk_macos.sh
- name: Setup Godot build cache
uses: ./godot-engine/.github/actions/godot-cache
2 changes: 1 addition & 1 deletion mirror-godot-app/dummy.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This file is used to force a rebuild in github actions...
This file is used to force a rebuild in github actions....

0 comments on commit ca39a83

Please sign in to comment.