Skip to content
Snippets Groups Projects
Unverified Commit 0d1a4333 authored by Andrews Cordolino Sobral's avatar Andrews Cordolino Sobral Committed by GitHub
Browse files

Update cmake.yml

parent 35f42acd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment