GHA: Target godot 4.2-stable
This commit is contained in:
parent
948e99a9ef
commit
ada246acf9
|
@ -5,7 +5,7 @@ on:
|
|||
godot-treeish:
|
||||
description: A tag, branch or commit hash in the Godot repository.
|
||||
type: string
|
||||
default: master
|
||||
default: 4.2-stable
|
||||
limboai-treeish:
|
||||
description: A tag, branch or commit hash in the LimboAI repository.
|
||||
type: string
|
||||
|
|
|
@ -21,7 +21,7 @@ on:
|
|||
|
||||
# Global settings
|
||||
env:
|
||||
GODOT_TREEISH: master
|
||||
GODOT_TREEISH: 4.2-stable
|
||||
SCONSFLAGS: verbose=yes warnings=extra werror=yes
|
||||
SCONS_CACHE_LIMIT: 7168
|
||||
DOTNET_NOLOGO: true
|
||||
|
|
Loading…
Reference in New Issue