diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-30 13:47:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 13:47:35 +0200 |
commit | 03c58954c0ae3780049085cd25c18bfaaf387fbc (patch) | |
tree | ee5461ffbbbe35034e611f00d4462f2361e13b89 /.github/workflows/linux_builds.yml | |
parent | 3f78375ccee7053aaa6f1cb235b63ccd150ddccb (diff) | |
parent | 63f7f44ccb65015c1936a84d256165cab1251814 (diff) |
Merge pull request #58436 from piiertho/feature/typed-vararg-method-bind
Diffstat (limited to '.github/workflows/linux_builds.yml')
-rw-r--r-- | .github/workflows/linux_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index c9f1b2f41e..36a10ccb02 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -39,7 +39,7 @@ jobs: proj-test: true # 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. - godot-cpp-test: true + godot-cpp-test: false bin: "./bin/godot.linuxbsd.double.tools.64.san" build-mono: false # Skip 2GiB artifact speeding up action. |