Skip to content

Commit 617af70

Browse files
committed
Install micromamba for the cppinterop/xeus-cpp job
1 parent 269be64 commit 617af70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,13 @@ jobs:
511511
llvm-project
512512
${{ matrix.cling=='On' && 'cling' || '' }}
513513
key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}-clang-${{ matrix.clang-runtime }}.x-emscripten
514+
515+
- name: install mamba
516+
uses: mamba-org/setup-micromamba@main
517+
with:
518+
environment-file: environment-wasm-build.yml
519+
init-shell: bash
520+
environment-name: CppInterOp-wasm-build
514521

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

0 commit comments

Comments
 (0)