Revert "Maybe conan is installed."

This reverts commit 23ef8fcce9.
This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 20:01:31 -07:00
parent 74c4250b16
commit a374812a32
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install conan
run: |
pip install --upgrade conan
shell: bash
- name: Setup conan profile - name: Setup conan profile
run: | run: |
conan profile new default --detect conan profile new default --detect