Skip to content

Commit 96565e1

Browse files
authored
Merge pull request #1600 from enetheru/vsproj-ci-config
VSProj Configure type on build command - to resolve #1582
2 parents 78f5d99 + 07704f8 commit 96565e1

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
@@ -264,9 +264,9 @@ jobs:
264264
- name: Build godot-cpp
265265
run: |
266266
cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019" .
267-
cmake --build . --verbose
267+
cmake --build . --verbose --config Release
268268
269269
- name: Build test GDExtension library
270270
run: |
271271
cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -G"Visual Studio 16 2019" .
272-
cmake --build . --verbose
272+
cmake --build . --verbose --config Release

0 commit comments

Comments
 (0)