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 9de9424 commit 0d6b524Copy full SHA for 0d6b524
.github/workflows/main.yml
@@ -149,11 +149,11 @@ jobs:
149
- name: Generate recipes for emscripten-wasm32
150
run: |
151
git clean -fdx
152
- vinca --multiple --platform emscripten-wasm32
+ pixi run -v vinca --multiple --platform emscripten-wasm32
153
154
- name: Generate azure pipelines for emscripten-wasm32
155
156
- vinca-gha --platform emscripten-wasm32 --trigger-branch buildbranch_emscripten -d ./recipes --batch_size 1
+ pixi run -v vinca-gha --platform emscripten-wasm32 --trigger-branch buildbranch_emscripten -d ./recipes --batch_size 1
157
- name: Commit files for emscripten-wasm32
158
159
if [[ -f "emscripten_wasm32.yml" ]]; then
0 commit comments