CI: Re-enabled godot-cpp test
Compatibility with current master was fixed in https://github.com/godotengine/godot-cpp/pull/734
This commit is contained in:
parent
118f29694b
commit
05ac2a4139
|
@ -39,7 +39,7 @@ jobs:
|
||||||
proj-test: true
|
proj-test: true
|
||||||
# Can be turned off for PRs that intentionally break compat with godot-cpp,
|
# Can be turned off for PRs that intentionally break compat with godot-cpp,
|
||||||
# until both the upstream PR and the matching godot-cpp changes are merged.
|
# until both the upstream PR and the matching godot-cpp changes are merged.
|
||||||
godot-cpp-test: false
|
godot-cpp-test: true
|
||||||
bin: "./bin/godot.linuxbsd.double.tools.64.san"
|
bin: "./bin/godot.linuxbsd.double.tools.64.san"
|
||||||
build-mono: false
|
build-mono: false
|
||||||
# Skip 2GiB artifact speeding up action.
|
# Skip 2GiB artifact speeding up action.
|
||||||
|
|
Loading…
Reference in New Issue