Skip to content

Commit 791995a

Browse files
mcbartonaaronj0
authored andcommitted
Fix warning micromamba envirnoment setup ci
1 parent 723c1d4 commit 791995a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,64 +1069,76 @@ jobs:
10691069
compiler: gcc-12
10701070
clang-runtime: '18'
10711071
cling: Off
1072+
micromamba_shell_init: bash
10721073
- name: ubu22-x86-gcc12-clang-repl-17-emscripten_wasm
10731074
os: ubuntu-22.04
10741075
compiler: gcc-12
10751076
clang-runtime: '17'
10761077
cling: Off
1078+
micromamba_shell_init: bash
10771079
- name: ubu22-x86-gcc12-clang-repl-16-emscripten_wasm
10781080
os: ubuntu-22.04
10791081
compiler: gcc-12
10801082
clang-runtime: '16'
10811083
cling: Off
1084+
micromamba_shell_init: bash
10821085
- name: ubu22-x86-gcc9-clang13-cling-emscripten_wasm
10831086
os: ubuntu-22.04
10841087
compiler: gcc-9
10851088
clang-runtime: '13'
10861089
cling: On
10871090
cling-version: '1.0'
1091+
micromamba_shell_init: bash
10881092
- name: osx14-arm-clang-clang-repl-18-emscripten_wasm
10891093
os: macos-14
10901094
compiler: clang
10911095
clang-runtime: '18'
10921096
cling: Off
1097+
micromamba_shell_init: bash
10931098
- name: osx14-arm-clang-clang-repl-17-emscripten_wasm
10941099
os: macos-14
10951100
compiler: clang
10961101
clang-runtime: '17'
10971102
cling: Off
1103+
micromamba_shell_init: bash
10981104
- name: osx14-arm-clang-clang-repl-16-emscripten_wasm
10991105
os: macos-14
11001106
compiler: clang
11011107
clang-runtime: '16'
1102-
cling: Off
1108+
cling: Off
1109+
micromamba_shell_init: bash
11031110
- name: osx14-arm-clang-clang13-cling-emscripten_wasm
11041111
os: macos-14
11051112
compiler: clang
11061113
clang-runtime: '13'
11071114
cling: On
11081115
cling-version: '1.0'
1116+
micromamba_shell_init: bash
11091117
- name: osx13-x86-clang-clang-repl-18-emscripten_wasm
11101118
os: macos-13
11111119
compiler: clang
11121120
clang-runtime: '18'
11131121
cling: Off
1122+
micromamba_shell_init: bash
11141123
- name: osx13-x86-clang-clang-repl-17-emscripten_wasm
11151124
os: macos-13
11161125
compiler: clang
11171126
clang-runtime: '17'
11181127
cling: Off
1128+
micromamba_shell_init: bash
11191129
- name: osx13-x86-clang-clang-repl-16-emscripten_wasm
11201130
os: macos-13
11211131
compiler: clang
11221132
clang-runtime: '16'
11231133
cling: Off
1134+
micromamba_shell_init: bash
11241135
- name: osx13-x86-clang-clang13-cling-emscripten_wasm
11251136
os: macos-13
11261137
compiler: clang
11271138
clang-runtime: '13'
11281139
cling: On
11291140
cling-version: '1.0'
1141+
micromamba_shell_init: bash
11301142

11311143
steps:
11321144
- uses: actions/checkout@v4
@@ -1180,10 +1192,12 @@ jobs:
11801192
sudo apt-get autoremove
11811193
sudo apt-get clean
11821194
1183-
- name: Install mamba
1184-
uses: mamba-org/provision-with-micromamba@main
1195+
- name: install mamba
1196+
uses: mamba-org/setup-micromamba@main
11851197
with:
11861198
environment-file: environment-wasm-build.yml
1199+
init-shell: >-
1200+
${{ matrix.micromamba_shell_init }}
11871201
environment-name: CppInterOp-wasm-build
11881202

11891203
- name: Setup emsdk

0 commit comments

Comments
 (0)