File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - name : Init submodules
16
+ run : git submodule update --init 3rdparty/microjson
15
17
- name : Build release packages on ubuntu and opensuse latest
16
18
id : build_release
17
19
run : |
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
14
14
15
15
find_package (Qt5 COMPONENTS Core Network Qml REQUIRED )
16
16
17
+ set (MICROJSON_MAKE_TESTS OFF )
17
18
if (NOT EXISTS "${QT_PROTOBUF_SOURCE_DIR} /3rdparty/microjson/CMakeLists.txt" )
18
- message (FATAL_ERROR "microjson is not found. Please initialize microjson module: git submodule init 3rdparty/microjson" )
19
+ message (FATAL_ERROR "microjson is not found. Please initialize microjson module: git submodule update -- init 3rdparty/microjson" )
19
20
else ()
20
21
add_subdirectory ("${QT_PROTOBUF_SOURCE_DIR} /3rdparty/microjson" EXCLUDE_FROM_ALL )
21
22
endif ()
You can’t perform that action at this time.
0 commit comments