Skip to content

Commit

Permalink
Update ref in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliar83 committed Apr 12, 2023
1 parent bb8684d commit addca08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

# Global Settings
env:
GODOT_REF: 7a0977ce2c558fe6219f0a14f8bd4d05aea8f019
GODOT_REF: 5c2df6b873f5fb1900f34b7c83a9dedefb287432
SCONSFLAGS: platform=linuxbsd verbose=yes warnings=extra werror=yes debug_symbols=no module_text_server_fb_enabled=yes
SCONS_CACHE_LIMIT: 4096

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# Global Settings
# SCONS_CACHE for windows must be set in the build environment
env:
GODOT_REF: 7a0977ce2c558fe6219f0a14f8bd4d05aea8f019
GODOT_REF: 5c2df6b873f5fb1900f34b7c83a9dedefb287432
SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes debug_symbols=no module_text_server_fb_enabled=yes
SCONS_CACHE_MSVC_CONFIG: true
SCONS_CACHE_LIMIT: 3072
Expand Down

0 comments on commit addca08

Please sign in to comment.