Fix Conan on macOS
This commit is contained in:
parent
458a60bd76
commit
c9638bb36b
1
.github/workflows/on_push_BasicWinLinMac.yml
vendored
1
.github/workflows/on_push_BasicWinLinMac.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user