summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-03 15:58:07 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-03 17:11:18 +0300
commitb2462cfd8abd0df8c85345a7c0e5885f4c8a3b09 (patch)
treec981cd981ee73d96816ccb99be9b3722837fc061 /.github
parent2ca19f91164680facf8eb3d221a83e0b90bda495 (diff)
[macOS] Use statically linked MoltenVK by default, automatically detect MoltenVK SDK install (only in the default location).
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml
index fab8e467e8..9b8ffc45a7 100644
--- a/.github/workflows/macos_builds.yml
+++ b/.github/workflows/macos_builds.yml
@@ -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