We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf08ce7 commit b55a7ddCopy full SHA for b55a7dd
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: CMake
48
generate_sources: |
49
- cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -B build test
+ cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build test
50
51
build_godot_cpp_debug: |
52
cmake --build build --config Debug --target godot-cpp -v
@@ -83,7 +83,7 @@ jobs:
83
CMake: build_release/godot-cpp/bin/Release/libgodot-cpp.linux.template_release.double.x86_64.a
84
flags:
85
SCons: platform=linux precision=double
86
- CMake: -G "Ninja Multi-Config" -DGODOT_FLOAT_PRECISION=DOUBLE
+ CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=DOUBLE
87
run-tests: false
88
cache-name: linux-x86_64-f64
89
0 commit comments