parent
74c4250b16
commit
a374812a32
|
@ -7,6 +7,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install conan
|
||||
run: |
|
||||
pip install --upgrade conan
|
||||
shell: bash
|
||||
|
||||
- name: Setup conan profile
|
||||
run: |
|
||||
conan profile new default --detect
|
||||
|
|
Loading…
Reference in New Issue