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 ..