chore: initialize conan profile

This commit is contained in:
Carlos Gomes Martinho 2020-02-24 12:55:12 +01:00
parent a4dc07112c
commit 7df9127c00

View file

@ -44,7 +44,7 @@ jobs:
- name: Install conan dependencies
working-directory: ${{runner.workspace}}/build
run: conan install .. --build missing
run: conan profile new default --detect && conan install .. --build missing
- name: Configure CMake
shell: bash