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 97720c2 commit b59dad4Copy full SHA for b59dad4
.github/workflows/main.yml
@@ -200,10 +200,8 @@ jobs:
200
include:
201
- name: ubu24
202
os: ubuntu-24.04
203
- micromamba_shell_init: bash
204
- name: osx15-arm
205
os: macos-15
206
207
208
steps:
209
- uses: actions/checkout@v4
@@ -213,8 +211,9 @@ jobs:
213
211
- name: install mamba
214
212
uses: mamba-org/setup-micromamba@main
215
with:
216
- init-shell: >-
217
- ${{ matrix.micromamba_shell_init }}
+ environment-file: environment-wasm-build.yml
+ init-shell: bash
+ environment-name: xeus-cpp-wasm-build
218
219
- name: Setup default Build Type on *nux
220
if: ${{ runner.os != 'windows' }}
0 commit comments