Skip to content

Commit 734dae2

Browse files
committed
Fix Windows CI: remove Conan cache restore-key fallback
The restore-keys prefix fallback picked up stale cached Boost 1.90 without the exception component, causing throw_exception link errors. Exact hash match only ensures conanfile.txt changes bust the cache.
1 parent 55d2076 commit 734dae2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
with:
4040
path: ~/.conan2
4141
key: conan2-ubuntu24-gcc13-${{ hashFiles('conanfile.txt') }}
42-
restore-keys: conan2-ubuntu24-gcc13-
4342

4443
- name: Conan install
4544
run: conan install . --build=missing --output-folder=build_ci --settings=build_type=Release
@@ -188,7 +187,6 @@ jobs:
188187
with:
189188
path: ~/.conan2
190189
key: conan2-windows-msvc194-${{ hashFiles('conanfile.txt') }}
191-
restore-keys: conan2-windows-msvc194-
192190

193191
- name: Conan install
194192
run: conan install . --build=missing --output-folder=build_ci

0 commit comments

Comments
 (0)