Skip to content

Commit d2ba1f6

Browse files
Update build.yml
1 parent a0458c8 commit d2ba1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
GODOT_COMMIT_HASH: 89cea143987d564363e15d207438530651d943ac
1919
PROJECT_NAME: VectorTouch
2020
BUILD_TYPE: ${{ github.event_name == 'workflow_dispatch' && 'release' || 'debug' }}
21-
BUILD_OPTIONS: lto=full production=yes deprecated=no minizip=no d3d12=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes disable_physics_2d=yes disable_navigation_2d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../vectortouch/.github/disabled_classes.gdbuild
21+
BUILD_OPTIONS: lto=full production=yes minizip=no d3d12=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes disable_physics_2d=yes disable_navigation_2d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../vectortouch/.github/disabled_classes.gdbuild
2222
GODOT_REPO: https://github.com/godotengine/godot.git
2323

2424
jobs:

0 commit comments

Comments
 (0)