From 65a59750f5b0608c178f137f6a089cd1bf716ce0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 12 May 2023 12:06:59 +0200 Subject: [PATCH] ci: conan data caching improved in documentation CI --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 55496fc7..71708b47 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -61,8 +61,9 @@ jobs: cache-name: cache-conan-data with: path: ~/.conan2/p - key: build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-$STDLIB + key: build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-$STDLIB-docs restore-keys: | + build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION-$STDLIB build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE-$COMPILER_VERSION- build-${{ matrix.os }}-$BUILD_TYPE-$COMPILER_TYPE- build-${{ matrix.os }}-$BUILD_TYPE-