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