From 3734ffc0f335404008387a1a7780aebde98c3ae8 Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:04:27 +0000 Subject: [PATCH] Include boost-prefix in caching configuration for Boost dependencies --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fd0e8303f..672571c2c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -17,6 +17,7 @@ jobs: ${{ github.workspace }}/build/conan ${{ github.workspace }}/build/CMakeFiles C:/Boost + ${{ github.workspace }}/build/boost-prefix key: ${{ runner.os }}-boost-${{ hashFiles('**/conanfile.txt') }} restore-keys: | ${{ runner.os }}-boost-