Skip to content

Commit 0d6b524

Browse files
authored
Fix emscripten-wasm32 steps in main.yml
1 parent 9de9424 commit 0d6b524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ jobs:
149149
- name: Generate recipes for emscripten-wasm32
150150
run: |
151151
git clean -fdx
152-
vinca --multiple --platform emscripten-wasm32
152+
pixi run -v vinca --multiple --platform emscripten-wasm32
153153
154154
- name: Generate azure pipelines for emscripten-wasm32
155155
run: |
156-
vinca-gha --platform emscripten-wasm32 --trigger-branch buildbranch_emscripten -d ./recipes --batch_size 1
156+
pixi run -v vinca-gha --platform emscripten-wasm32 --trigger-branch buildbranch_emscripten -d ./recipes --batch_size 1
157157
- name: Commit files for emscripten-wasm32
158158
run: |
159159
if [[ -f "emscripten_wasm32.yml" ]]; then

0 commit comments

Comments
 (0)