Skip to content

Commit 10f5449

Browse files
authored
Fix deploy workflow changes which should have gone in #533 (#538)
1 parent f7ac5b0 commit 10f5449

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-pages.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
24+
- name: osx15-arm-clang-repl-19-emscripten_wasm
2525
os: macos-15
26-
compiler: clang
2726
clang-runtime: '19'
2827
cling: Off
2928
micromamba_shell_init: bash
@@ -87,7 +86,7 @@ jobs:
8786
path: |
8887
llvm-project
8988
${{ matrix.cling=='On' && 'cling' || '' }}
90-
key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}-clang-${{ matrix.clang-runtime }}.x-emscripten
89+
key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-clang-${{ matrix.clang-runtime }}.x-emscripten
9190

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

0 commit comments

Comments
 (0)