Skip to content

Commit 594296e

Browse files
committed
Fix vulkan sdk
1 parent ee59437 commit 594296e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos_builds_deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
submodules: recursive
6464
- name: Setup python and scons
6565
uses: ./godot-engine/.github/actions/godot-deps
66+
- name: Setup Vulkan SDK
67+
run: |
68+
sh ./godot-engine/misc/scripts/install_vulkan_sdk_macos.sh
6669
- name: Setup Godot build cache
6770
uses: ./godot-engine/.github/actions/godot-cache
6871
with:

0 commit comments

Comments
 (0)