From 0056acf46fc88757cae9d9f6fe9805f0eec1cd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 4 Oct 2022 16:51:58 +0200 Subject: [PATCH] CI: Update target for godot-cpp after https://github.com/godotengine/godot-cpp/pull/867 --- .github/workflows/linux_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index b0ed71a7b57e..3a92b8ffb42a 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -215,7 +215,7 @@ jobs: if: ${{ matrix.godot-cpp-test }} run: | cd godot-cpp/test - scons target=debug + scons target=template_debug dev_build=yes cd ../.. - name: Prepare artifact