We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ac5b0 commit 10f5449Copy full SHA for 10f5449
.github/workflows/deploy-pages.yml
@@ -21,9 +21,8 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- - name: osx15-arm-clang-clang-repl-19-emscripten_wasm
+ - name: osx15-arm-clang-repl-19-emscripten_wasm
25
os: macos-15
26
- compiler: clang
27
clang-runtime: '19'
28
cling: Off
29
micromamba_shell_init: bash
@@ -87,7 +86,7 @@ jobs:
87
86
path: |
88
llvm-project
89
${{ matrix.cling=='On' && 'cling' || '' }}
90
- key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}-clang-${{ matrix.clang-runtime }}.x-emscripten
+ key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-clang-${{ matrix.clang-runtime }}.x-emscripten
91
92
- name: Emscripten build of CppInterOp on Unix systems
93
if: ${{ runner.os != 'windows' }}
0 commit comments