diff options
| author | 2025-10-31 22:32:04 +0000 | |
|---|---|---|
| committer | 2025-11-03 13:54:55 +0000 | |
| commit | b4616fda5b2428797a3a48578d040deb1ccc0d07 (patch) | |
| tree | 8f065ce87f303e997596cd0649e40c2cac042bf0 | |
| parent | Modernize the certificate fetching code in ssl_openssl. (diff) | |
Only cache the package directory on Windows.
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
| -rw-r--r-- | .github/workflows/ci-windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
