From b4616fda5b2428797a3a48578d040deb1ccc0d07 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 31 Oct 2025 22:32:04 +0000 Subject: Only cache the package directory on Windows. [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] --- .github/workflows/ci-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 23f38f7f6..3d70530a7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -41,7 +41,7 @@ jobs: id: library-cache with: key: conan-${{ env.BUILD_TYPE }}-${{ hashFiles('win/conanfile.txt') }} - path: ${{ env.CONAN_HOME }} + path: ${{ env.CONAN_HOME }}/p - name: Install libraries working-directory: ${{ github.workspace }}/win/build @@ -54,7 +54,7 @@ jobs: uses: actions/cache/save@v4 with: key: ${{ steps.library-cache.outputs.cache-primary-key }} - path: ${{ env.CONAN_HOME }} + path: ${{ env.CONAN_HOME }}/p - name: Run CMake working-directory: ${{ github.workspace }}/win/build -- cgit v1.3.1-10-gc9f91