@@ -1069,64 +1069,76 @@ jobs:
1069
1069
compiler : gcc-12
1070
1070
clang-runtime : ' 18'
1071
1071
cling : Off
1072
+ micromamba_shell_init : bash
1072
1073
- name : ubu22-x86-gcc12-clang-repl-17-emscripten_wasm
1073
1074
os : ubuntu-22.04
1074
1075
compiler : gcc-12
1075
1076
clang-runtime : ' 17'
1076
1077
cling : Off
1078
+ micromamba_shell_init : bash
1077
1079
- name : ubu22-x86-gcc12-clang-repl-16-emscripten_wasm
1078
1080
os : ubuntu-22.04
1079
1081
compiler : gcc-12
1080
1082
clang-runtime : ' 16'
1081
1083
cling : Off
1084
+ micromamba_shell_init : bash
1082
1085
- name : ubu22-x86-gcc9-clang13-cling-emscripten_wasm
1083
1086
os : ubuntu-22.04
1084
1087
compiler : gcc-9
1085
1088
clang-runtime : ' 13'
1086
1089
cling : On
1087
1090
cling-version : ' 1.0'
1091
+ micromamba_shell_init : bash
1088
1092
- name : osx14-arm-clang-clang-repl-18-emscripten_wasm
1089
1093
os : macos-14
1090
1094
compiler : clang
1091
1095
clang-runtime : ' 18'
1092
1096
cling : Off
1097
+ micromamba_shell_init : bash
1093
1098
- name : osx14-arm-clang-clang-repl-17-emscripten_wasm
1094
1099
os : macos-14
1095
1100
compiler : clang
1096
1101
clang-runtime : ' 17'
1097
1102
cling : Off
1103
+ micromamba_shell_init : bash
1098
1104
- name : osx14-arm-clang-clang-repl-16-emscripten_wasm
1099
1105
os : macos-14
1100
1106
compiler : clang
1101
1107
clang-runtime : ' 16'
1102
- cling : Off
1108
+ cling : Off
1109
+ micromamba_shell_init : bash
1103
1110
- name : osx14-arm-clang-clang13-cling-emscripten_wasm
1104
1111
os : macos-14
1105
1112
compiler : clang
1106
1113
clang-runtime : ' 13'
1107
1114
cling : On
1108
1115
cling-version : ' 1.0'
1116
+ micromamba_shell_init : bash
1109
1117
- name : osx13-x86-clang-clang-repl-18-emscripten_wasm
1110
1118
os : macos-13
1111
1119
compiler : clang
1112
1120
clang-runtime : ' 18'
1113
1121
cling : Off
1122
+ micromamba_shell_init : bash
1114
1123
- name : osx13-x86-clang-clang-repl-17-emscripten_wasm
1115
1124
os : macos-13
1116
1125
compiler : clang
1117
1126
clang-runtime : ' 17'
1118
1127
cling : Off
1128
+ micromamba_shell_init : bash
1119
1129
- name : osx13-x86-clang-clang-repl-16-emscripten_wasm
1120
1130
os : macos-13
1121
1131
compiler : clang
1122
1132
clang-runtime : ' 16'
1123
1133
cling : Off
1134
+ micromamba_shell_init : bash
1124
1135
- name : osx13-x86-clang-clang13-cling-emscripten_wasm
1125
1136
os : macos-13
1126
1137
compiler : clang
1127
1138
clang-runtime : ' 13'
1128
1139
cling : On
1129
1140
cling-version : ' 1.0'
1141
+ micromamba_shell_init : bash
1130
1142
1131
1143
steps :
1132
1144
- uses : actions/checkout@v4
@@ -1180,10 +1192,12 @@ jobs:
1180
1192
sudo apt-get autoremove
1181
1193
sudo apt-get clean
1182
1194
1183
- - name : Install mamba
1184
- uses : mamba-org/provision-with -micromamba@main
1195
+ - name : install mamba
1196
+ uses : mamba-org/setup -micromamba@main
1185
1197
with :
1186
1198
environment-file : environment-wasm-build.yml
1199
+ init-shell : >-
1200
+ ${{ matrix.micromamba_shell_init }}
1187
1201
environment-name : CppInterOp-wasm-build
1188
1202
1189
1203
- name : Setup emsdk
0 commit comments