Skip to content

Commit 4cc0403

Browse files
authored
Fix mistake PR
1 parent 8912ee0 commit 4cc0403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: |
8787
llvm-project
8888
${{ matrix.cling=='On' && 'cling' || '' }}
89-
key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.clang-runtime }}.x-emscripten
89+
key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-clang-${{ matrix.clang-runtime }}.x-emscripten
9090

9191
- name: Emscripten build of CppInterOp on Unix systems
9292
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)