Skip to content

Commit c2c2970

Browse files
committed
do not activate by hand
1 parent 94d824e commit c2c2970

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
@@ -47,8 +47,8 @@ jobs:
4747
run: |
4848
micromamba activate pyjs-wasm
4949
50-
emsdk activate ${{matrix.emsdk_ver}}
51-
source $(pwd)/emsdk_install/emsdk_env.sh
50+
# emsdk activate ${{matrix.emsdk_ver}}
51+
# source $(pwd)/emsdk_install/emsdk_env.sh
5252
5353
micromamba create -n pyjs-build-wasm \
5454
--platform=emscripten-wasm32 \

0 commit comments

Comments
 (0)