From ca39a834a398889140b6d2d82348be7bca69e517 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Fri, 11 Oct 2024 18:27:49 +0100 Subject: [PATCH] Install macos vulkansdk from official godot source code --- .github/workflows/engine.yml | 6 +----- mirror-godot-app/dummy.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/engine.yml b/.github/workflows/engine.yml index 603c2629..00f31174 100644 --- a/.github/workflows/engine.yml +++ b/.github/workflows/engine.yml @@ -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 diff --git a/mirror-godot-app/dummy.md b/mirror-godot-app/dummy.md index 75ea9812..d89cc0e8 100644 --- a/mirror-godot-app/dummy.md +++ b/mirror-godot-app/dummy.md @@ -1 +1 @@ -This file is used to force a rebuild in github actions... +This file is used to force a rebuild in github actions.... \ No newline at end of file