|
|
|
@ -102,6 +102,7 @@ jobs:
|
|
|
|
|
- name: Conan
|
|
|
|
|
run: |
|
|
|
|
|
mkdir build && cd build
|
|
|
|
|
conan config install https://github.com/conan-io/conanclientcert.git
|
|
|
|
|
conan profile new --detect default
|
|
|
|
|
conan profile show default
|
|
|
|
|
conan install .. -o webready=True --build missing
|
|
|
|
|