From c41a3b7c2a0c5e03faa9ab34a073511e72905fa9 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Tue, 1 Oct 2024 09:16:33 -0400 Subject: [PATCH] Revert "Use different cache key for conan" This reverts commit f1836b06444cafa6616a34c3c5b02f05ba13e65b. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5be4590..fda86fa8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,7 @@ jobs: uses: actions/cache@v3 with: path: ${{ env.CONAN_USER_HOME }}/.conan - key: conan-${{ matrix.config.name }}-${{ hashFiles('cmake/AddConanDependencies.cmake') }}-v4 + key: conan-${{ matrix.config.name }}-${{ hashFiles('cmake/AddConanDependencies.cmake') }}-v3 # Tell ezvcpkg to look for or create its build folder (.ezvcpkg) in the repository's root directory # This is partly done to make the directory easily accessible to Docker builds