We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee59437 commit 594296eCopy full SHA for 594296e
.github/workflows/macos_builds_deployment.yml
@@ -63,6 +63,9 @@ jobs:
63
submodules: recursive
64
- name: Setup python and scons
65
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
69
- name: Setup Godot build cache
70
uses: ./godot-engine/.github/actions/godot-cache
71
with:
0 commit comments