We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269be64 commit 617af70Copy full SHA for 617af70
.github/workflows/emscripten.yml
@@ -511,6 +511,13 @@ jobs:
511
llvm-project
512
${{ matrix.cling=='On' && 'cling' || '' }}
513
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
521
522
- name: Emscripten build of CppInterOp on Unix systems
523
if: ${{ runner.os != 'windows' }}
0 commit comments