|
53 | 53 | ${{ env.CONAN_USER_HOME }} |
54 | 54 | ~/.cache/pip |
55 | 55 | ~/.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') }} |
57 | 57 |
|
58 | 58 | - name: Install conan |
59 | 59 | shell: bash |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | ${{ env.CONAN_USER_HOME }} |
109 | 109 | ~/.cache/pip |
110 | 110 | ~/.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') }} |
112 | 112 |
|
113 | 113 | - name: Install conan |
114 | 114 | shell: bash |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | ${{ env.CONAN_USER_HOME }} |
158 | 158 | ~/.cache/pip |
159 | 159 | ~/.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') }} |
161 | 161 |
|
162 | 162 | - name: Install conan |
163 | 163 | shell: bash |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | ${{ env.CONAN_USER_HOME }} |
215 | 215 | ~/.cache/pip |
216 | 216 | ~/.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') }} |
218 | 218 |
|
219 | 219 | - name: Install conan |
220 | 220 | shell: bash |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | ${{ env.CONAN_USER_HOME }} |
266 | 266 | ~/.cache/pip |
267 | 267 | ~/.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') }} |
269 | 269 |
|
270 | 270 | - name: Install conan |
271 | 271 | shell: bash |
@@ -311,7 +311,7 @@ jobs: |
311 | 311 | ${{ env.CONAN_USER_HOME }} |
312 | 312 | ~/.cache/pip |
313 | 313 | ~/.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') }} |
315 | 315 |
|
316 | 316 | - name: Install conan |
317 | 317 | shell: bash |
|
0 commit comments