Skip to content

Commit

Permalink
[godot] Fix VulkanSDK version for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Sep 20, 2023
1 parent 6914c70 commit ae87c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-godot/build/install-macos-vulkan-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -euo pipefail
IFS=$'\n\t'

# Download and install the Vulkan SDK.
curl -L "https://sdk.lunarg.com/sdk/download/1.2.250/mac/vulkan-sdk.dmg" -o /tmp/vulkan-sdk.dmg
curl -L "https://sdk.lunarg.com/sdk/download/1.3.250.1/mac/vulkansdk-macos-1.3.250.1.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
Expand Down

0 comments on commit ae87c77

Please sign in to comment.