Skip to content

Commit f487027

Browse files
committed
fix: release build cache
1 parent 44845b8 commit f487027

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/clean_build_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
uses: actions/cache@v4
4040
with:
4141
path: ~/.conan2
42-
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}
42+
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Debug
4343
restore-keys: |
44+
${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-
4445
${{ runner.os }}-conan-
4546
4647
- name: Install conan dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
uses: actions/cache@v4
1919
with:
2020
path: ~/.conan2
21-
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}
21+
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Release
2222
restore-keys: |
23+
${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-
2324
${{ runner.os }}-conan-
2425
2526
- name: Install conan dependencies

0 commit comments

Comments
 (0)