We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f487027 commit 33881eaCopy full SHA for 33881ea
2 files changed
.github/workflows/clean_build_test.yml
@@ -40,9 +40,6 @@ jobs:
40
with:
41
path: ~/.conan2
42
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
48
run: |
.github/workflows/release.yml
@@ -19,9 +19,6 @@ jobs:
19
20
21
key: ${{ runner.os }}-conan-${{ hashFiles('conanfile.*') }}-Release
22
23
24
25
26
27
0 commit comments