Skip to content

Commit 67d3165

Browse files
committed
changed caching key names, added more infos
1 parent ba8de98 commit 67d3165

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ env.CONAN_USER_HOME }}
5454
~/.cache/pip
5555
~/.ccache
56-
key: ${{ runner.os }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
56+
key: ${{ runner.os }}-${{ matrix.cxx }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
5757

5858
- name: Install conan
5959
shell: bash
@@ -108,7 +108,7 @@ jobs:
108108
${{ env.CONAN_USER_HOME }}
109109
~/.cache/pip
110110
~/.ccache
111-
key: ${{ runner.os }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
111+
key: ${{ runner.os }}-${{ matrix.cxx }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
112112

113113
- name: Install conan
114114
shell: bash
@@ -157,7 +157,7 @@ jobs:
157157
${{ env.CONAN_USER_HOME }}
158158
~/.cache/pip
159159
~/.ccache
160-
key: ${{ runner.os }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
160+
key: ${{ runner.os }}-${{ matrix.cxx }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
161161

162162
- name: Install conan
163163
shell: bash
@@ -214,7 +214,7 @@ jobs:
214214
${{ env.CONAN_USER_HOME }}
215215
~/.cache/pip
216216
~/.ccache
217-
key: ${{ runner.os }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
217+
key: ${{ runner.os }}-${{ matrix.cxx }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
218218

219219
- name: Install conan
220220
shell: bash
@@ -265,7 +265,7 @@ jobs:
265265
${{ env.CONAN_USER_HOME }}
266266
~/.cache/pip
267267
~/.ccache
268-
key: ${{ runner.os }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
268+
key: ${{ runner.os }}-${{ matrix.cxx }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
269269

270270
- name: Install conan
271271
shell: bash
@@ -311,7 +311,7 @@ jobs:
311311
${{ env.CONAN_USER_HOME }}
312312
~/.cache/pip
313313
~/.ccache
314-
key: ${{ runner.os }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
314+
key: ${{ runner.os }}-${{ matrix.cxx }}-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-${{ hashFiles('conanfile.py') }}
315315

316316
- name: Install conan
317317
shell: bash

0 commit comments

Comments
 (0)