build: documentation generation fixed

This commit is contained in:
Mateusz Pusz
2020-11-04 22:22:57 +01:00
parent a0f85cadc9
commit 3a378cc376

View File

@@ -73,7 +73,7 @@ jobs:
pip install -U conan pip install -U conan
conan config init conan config init
- name: Generate - name: Generate
run: run: |
mkdir build && cd build mkdir build && cd build
conan install .. -e CONAN_RUN_TESTS=True conan install .. -e CONAN_RUN_TESTS=True
cmake .. cmake ..