Skip to content

Commit 9c66a03

Browse files
author
Vano
committed
ci fix for godot-cpp cmake master
1 parent 65b8381 commit 9c66a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cmake --build build_debug --config RelWithDebInfo -v
4848
4949
build_release: |
50-
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=template_release -B build_release .
50+
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOTCPP_TARGET=template_release -B build_release .
5151
cmake --build build_release --config Release -v
5252
5353
platform:
@@ -75,7 +75,7 @@ jobs:
7575
CMake: bin/libscripts.linux.template_debug.double.x86_64.so
7676
flags:
7777
SCons: platform=linux precision=double
78-
CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=double
78+
CMake: -G "Ninja Multi-Config" -DGODOTCPP_PRECISION=double
7979
run-tests: false
8080
cache-name: linux-x86_64-f64
8181

0 commit comments

Comments
 (0)