Skip to content

Commit 001cf4f

Browse files
author
Vano
committed
fix
1 parent 1d856ed commit 001cf4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
- name: CMake
4545
build_debug: |
4646
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build_debug .
47-
cmake --build build_debug --config RelWithDebInfo -v
47+
cmake --build build_debug --config RelWithDebInfo --target scripts -v
4848
4949
build_release: |
5050
cmake {0} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DGODOTCPP_TARGET=template_release -B build_release .
51-
cmake --build build_release --config Release -v
51+
cmake --build build_release --config Release --target scripts -v
5252
5353
platform:
5454
- name: 🐧 Linux

0 commit comments

Comments
 (0)