From 3a378cc376f38b20e1ac09b8868b1b8d7e70a206 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 4 Nov 2020 22:22:57 +0100 Subject: [PATCH] build: documentation generation fixed --- .github/workflows/conan-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-ci.yml b/.github/workflows/conan-ci.yml index 1a38173e..e15f9127 100644 --- a/.github/workflows/conan-ci.yml +++ b/.github/workflows/conan-ci.yml @@ -73,7 +73,7 @@ jobs: pip install -U conan conan config init - name: Generate - run: + run: | mkdir build && cd build conan install .. -e CONAN_RUN_TESTS=True cmake ..