From 7e211289615a702543c81b681e5f9903c9de4b0b Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Sat, 12 Nov 2022 03:14:22 +0100 Subject: [PATCH] Temporary use touilleMan/godot-cpp's gdextension-declarative-property for Godot-CPP in CI --- .github/workflows/linux_builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 3a92b8ffb42a..1d77856326fe 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -191,7 +191,8 @@ jobs: if: ${{ matrix.godot-cpp-test }} uses: actions/checkout@v3 with: - repository: godotengine/godot-cpp + repository: touilleMan/godot-cpp + ref: gdextension-declarative-property submodules: 'recursive' path: 'godot-cpp'