Skip to content

Commit b59dad4

Browse files
committed
fix CI
1 parent 97720c2 commit b59dad4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,8 @@ jobs:
200200
include:
201201
- name: ubu24
202202
os: ubuntu-24.04
203-
micromamba_shell_init: bash
204203
- name: osx15-arm
205204
os: macos-15
206-
micromamba_shell_init: bash
207205

208206
steps:
209207
- uses: actions/checkout@v4
@@ -213,8 +211,9 @@ jobs:
213211
- name: install mamba
214212
uses: mamba-org/setup-micromamba@main
215213
with:
216-
init-shell: >-
217-
${{ matrix.micromamba_shell_init }}
214+
environment-file: environment-wasm-build.yml
215+
init-shell: bash
216+
environment-name: xeus-cpp-wasm-build
218217

219218
- name: Setup default Build Type on *nux
220219
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)