Skip to content

Commit 33881ea

Browse files
committed
fix: removing cache key fallback
1 parent f487027 commit 33881ea

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/clean_build_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
with:
4141
path: ~/.conan2
4242
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Debug
43-
restore-keys: |
44-
${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-
45-
${{ runner.os }}-conan-
4643

4744
- name: Install conan dependencies
4845
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
with:
2020
path: ~/.conan2
2121
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Release
22-
restore-keys: |
23-
${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-
24-
${{ runner.os }}-conan-
2522

2623
- name: Install conan dependencies
2724
run: |

0 commit comments

Comments
 (0)