Skip to content

Commit

Permalink
Fix path for macos vulkansdk installer
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Oct 11, 2024
1 parent ca39a83 commit 930e944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

- name: Setup Vulkan SDK
run: |
sh ./godot-engine/misc/scripts/install_vulkan_sdk_macos.sh
sh ./misc/scripts/install_vulkan_sdk_macos.sh
- name: Setup Godot build cache
uses: ./godot-engine/.github/actions/godot-cache
Expand Down

0 comments on commit 930e944

Please sign in to comment.