Skip to content

Commit 67ada49

Browse files
authored
Update main.yml
1 parent 4a91242 commit 67ada49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ jobs:
162162
- name: install mamba
163163
uses: mamba-org/setup-micromamba@main
164164
with:
165-
environment-file: environment-dev.yml
165+
environment-file: environment-wasm-build.yml
166166
init-shell: >-
167167
${{ matrix.micromamba_shell_init }}
168-
environment-name: xeus-cpp
168+
environment-name: xeus-cpp-wasm-build
169169

170170
- name: Setup emsdk
171171
shell: bash -l {0}

0 commit comments

Comments
 (0)