From 0d1a4333d0ee192238f4a336dcc9aed47e715e23 Mon Sep 17 00:00:00 2001 From: Andrews Cordolino Sobral <andrewssobral@users.noreply.github.com> Date: Sun, 24 Jul 2022 16:57:39 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0446252..1776189 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,7 +30,7 @@ jobs: - name: Build and install the python wrapper # Build your program with the given configuration # run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - run: python setup.py build && python setup.py install + run: git submodule update --init --recursive && python setup.py build && python setup.py install - name: Compile the C++ QT User Interface # Build your program with the given configuration -- GitLab