Skip to content

Commit 3ea9cc8

Browse files
author
Vano
committed
lowercase fix
1 parent 12bbd48 commit 3ea9cc8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cmake --build build --config Debug -v
5656
5757
build_release: |
58-
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=TEMPLATE_RELEASE -B build_release test
58+
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOT_TARGET=template_release -B build_release test
5959
cmake --build build_release --config Release -v
6060
6161
platform:
@@ -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_PRECISION=DOUBLE
86+
CMake: -G "Ninja Multi-Config" -DGODOT_PRECISION=double
8787
run-tests: false
8888
cache-name: linux-x86_64-f64
8989

@@ -298,4 +298,3 @@ jobs:
298298
name: ${{ matrix.platform.artifact-name }}-${{ matrix.builder.name }}
299299
path: ${{ matrix.platform.artifact-path[matrix.builder.name] }}
300300
if-no-files-found: error
301-

0 commit comments

Comments
 (0)