Skip to content

Commit 9368eff

Browse files
committed
update cache key to include arch
1 parent 1396bd9 commit 9368eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
with:
4545
path: |
4646
~/.ccache
47-
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}-${{ hashFiles('**/CMakeLists.txt') }}
47+
key: ${{ runner.os }}-${{ runner.arch }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}-${{ hashFiles('**/CMakeLists.txt') }}
4848
restore-keys: |
49-
${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}
49+
${{ runner.os }}-${{ runner.arch }}-${{ matrix.compiler }}-${{ matrix.build_type }}-${{ matrix.simd }}
5050
5151
- name: Set compiler
5252
run: |

0 commit comments

Comments
 (0)