Skip to content

Commit

Permalink
Fetch newer install_vulkan_sdk_macos.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Dec 2, 2024
1 parent 1edd926 commit 1b43aa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compile-godot-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,15 @@ jobs:
godot:
- artifact-name: '4.1'
godot-version: '4.1.4'
git-branch: '4.1'

- artifact-name: '4.2'
godot-version: '4.2.2'
git-branch: '4.2'

- artifact-name: '4.3'
godot-version: '4.3'
git-branch: '4.3'

# Special case 4.0 for linux-memcheck
# include:
Expand Down Expand Up @@ -164,7 +169,9 @@ jobs:
- name: "[macOS] - MoltenVK Vulkan library"
if: steps.cache-godot.outputs.cache-hit != 'true' && matrix.build.os == 'macos'
# Pull in newer script as that has changed in branch: https://github.com/godotengine/godot/pull/97981
run: |
git restore --source "origin/${{ matrix.godot.git-branch }}" -- misc/scripts/install_vulkan_sdk_macos.sh
sh misc/scripts/install_vulkan_sdk_macos.sh
- name: "[Linux|macOS] Compile Godot..."
Expand Down

0 comments on commit 1b43aa6

Please sign in to comment.