Fix Conan on macOS

main
Kevin Backhouse 4 years ago
parent 458a60bd76
commit c9638bb36b
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

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

Loading…
Cancel
Save