We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44845b8 commit f487027Copy full SHA for f487027
2 files changed
.github/workflows/clean_build_test.yml
@@ -39,8 +39,9 @@ jobs:
39
uses: actions/cache@v4
40
with:
41
path: ~/.conan2
42
- key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}
+ key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Debug
43
restore-keys: |
44
+ ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-
45
${{ runner.os }}-conan-
46
47
- name: Install conan dependencies
.github/workflows/release.yml
@@ -18,8 +18,9 @@ jobs:
18
19
20
21
+ key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Release
22
23
24
25
26
0 commit comments