diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 8a413d5..e6445f5 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -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