diff --git a/.github/workflows/test_acceptance.yml b/.github/workflows/test_acceptance.yml index 472e689..a7717f2 100644 --- a/.github/workflows/test_acceptance.yml +++ b/.github/workflows/test_acceptance.yml @@ -14,7 +14,10 @@ jobs: uses: turtlebrowser/get-conan@v1.2 - name: Add Conan remote run: conan remote add DEPS_REMOTE ${{ secrets.CONAN_REMOTE_URL }} - - name: Initialize conan + + - name: Detect profile + run: conan profile detect + - name: Add dedicated profile run: conan config install profiles/windows_msvc -tf profiles - name: Cache Conan packages