[macOS] Use statically linked MoltenVK by default, automatically detect MoltenVK SDK install (only in the default location).
This commit is contained in:
parent
2ca19f9116
commit
b2462cfd8a
2 changed files with 53 additions and 4 deletions
2
.github/workflows/macos_builds.yml
vendored
2
.github/workflows/macos_builds.yml
vendored
|
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
env:
|
||||
# Only used for the cache key. Increment version to force clean build.
|
||||
GODOT_BASE_BRANCH: master-v3
|
||||
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes
|
||||
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes use_volk=yes
|
||||
|
||||
concurrency:
|
||||
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue