Skip to content

Commit ee48faa

Browse files
committed
Update micromamba action
1 parent c43fe13 commit ee48faa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0
4242

4343
- name: install mamba
44-
uses: mamba-org/provision-with-micromamba@main
44+
uses: mamba-org/setup-micromamba@main
4545
with:
4646
environment-file: environment-dev.yml
4747
environment-name: xeus-cpp
@@ -152,8 +152,9 @@ jobs:
152152
with:
153153
fetch-depth: 0
154154

155+
155156
- name: Install mamba
156-
uses: mamba-org/provision-with-micromamba@main
157+
uses: mamba-org/setup-micromamba@main
157158
with:
158159
environment-file: environment-wasm-build.yml
159160
environment-name: xeus-cpp-wasm-build

0 commit comments

Comments
 (0)