diff --git a/.github/workflows/tox_matrix.yml b/.github/workflows/tox_matrix.yml index 5cb251b3..db7dfc47 100644 --- a/.github/workflows/tox_matrix.yml +++ b/.github/workflows/tox_matrix.yml @@ -46,7 +46,7 @@ jobs: pip install wheel pip install -r requirements-ci.txt - uses: actions/cache@v3 - id: cache + id: cache-conan with: path: "${{steps.conan-path-script.outputs.result}}/.conan" key: ${{ runner.os }}-compiler-${{ matrix.compiler_version}} ${{ hashFiles('**/conanfile.py') }}