ci: local cache path fixed for Conan 2.0

This commit is contained in:
Mateusz Pusz
2023-03-22 13:06:16 +01:00
parent 38dff1c74f
commit f9b8e3cd16
4 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ jobs:
env:
cache-name: cache-conan-data
with:
path: ~/.conan2/data
path: ~/.conan2/p
key: build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}
restore-keys: |
build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}

View File

@@ -196,7 +196,7 @@ jobs:
env:
cache-name: cache-conan-data
with:
path: ~/.conan2/data
path: ~/.conan2/p
key: build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}
restore-keys: |
build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}

View File

@@ -71,7 +71,7 @@ jobs:
env:
cache-name: cache-conan-data
with:
path: ~/.conan2/data
path: ~/.conan2/p
key: build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-$STDLIB
restore-keys: |
build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-

View File

@@ -60,7 +60,7 @@ jobs:
env:
cache-name: cache-conan-data
with:
path: ~/.conan2/data
path: ~/.conan2/p
key: build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-$STDLIB
restore-keys: |
build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-