Skip to content

Commit b55a7dd

Browse files
author
Vano
committed
cmake arg fix
1 parent bf08ce7 commit b55a7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: CMake
4848
generate_sources: |
49-
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -B build test
49+
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build test
5050
5151
build_godot_cpp_debug: |
5252
cmake --build build --config Debug --target godot-cpp -v
@@ -83,7 +83,7 @@ jobs:
8383
CMake: build_release/godot-cpp/bin/Release/libgodot-cpp.linux.template_release.double.x86_64.a
8484
flags:
8585
SCons: platform=linux precision=double
86-
CMake: -G "Ninja Multi-Config" -DGODOT_FLOAT_PRECISION=DOUBLE
86+
CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=DOUBLE
8787
run-tests: false
8888
cache-name: linux-x86_64-f64
8989

0 commit comments

Comments
 (0)