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.
2 parents 78f5d99 + 07704f8 commit 96565e1Copy full SHA for 96565e1
.github/workflows/ci.yml
@@ -264,9 +264,9 @@ jobs:
264
- name: Build godot-cpp
265
run: |
266
cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" .
267
- cmake --build . --verbose
+ cmake --build . --verbose --config Release
268
269
- name: Build test GDExtension library
270
271
cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -G"Visual Studio 16 2019" .
272
0 commit comments