From df585301b9b59aee34ef3ccb227b1472802ad8e3 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 25 Jan 2023 13:42:05 +0100 Subject: [PATCH] [godot] Install MoltenVK SDK on macOS GH Action runners for Godot 4.0 --- .github/workflows/spine-godot-v4.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index a02c1d7bd..e46c56225 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -77,6 +77,7 @@ jobs: - name: Build Godot artifact shell: bash run: | + ./spine-godot/build/install-macos-vulkan-sdk.sh ./spine-godot/build/setup.sh $GODOT_TAG false ./spine-godot/build/build-v4.sh pushd spine-godot/godot/bin @@ -100,7 +101,8 @@ jobs: uses: ./.github/actions/setup-godot-deps - name: Build Godot artifact - run: | + run: | + ./spine-godot/build/install-macos-vulkan-sdk.sh ./spine-godot/build/setup.sh $GODOT_TAG false ./spine-godot/build/build-templates-v4.sh ios @@ -122,6 +124,7 @@ jobs: - name: Build Godot artifact run: | + ./spine-godot/build/install-macos-vulkan-sdk.sh ./spine-godot/build/setup.sh $GODOT_TAG false ./spine-godot/build/build-templates-v4.sh macos