[macOS] Use statically linked MoltenVK by default, automatically detect MoltenVK SDK install (only in the default location).

This commit is contained in:
bruvzg
2022-07-03 15:58:07 +03:00
parent 2ca19f9116
commit b2462cfd8a
2 changed files with 53 additions and 4 deletions

View File

@@ -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