diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-04 16:51:58 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-04 16:51:58 +0200 |
commit | 0056acf46fc88757cae9d9f6fe9805f0eec1cd09 (patch) | |
tree | ccb5937c0477a6c62ee2342ed3dcf82b848f4f89 /.github | |
parent | 92a0c35287b24b77a500241b355718acf9e971b1 (diff) |
CI: Update target for godot-cpp after https://github.com/godotengine/godot-cpp/pull/867
Diffstat (limited to '.github')
-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 b0ed71a7b5..3a92b8ffb4 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 |