We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1396bd9 commit 9368effCopy full SHA for 9368eff
.github/workflows/ci.yml
@@ -44,9 +44,9 @@ jobs:
44
with:
45
path: |
46
~/.ccache
47
- key: ${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}-${{ hashFiles('**/CMakeLists.txt') }}
+ key: ${{ runner.os }}-${{ runner.arch }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}-${{ hashFiles('**/CMakeLists.txt') }}
48
restore-keys: |
49
- ${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}
+ ${{ runner.os }}-${{ runner.arch }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}
50
51
- name: Set compiler
52
run: |
0 commit comments