Skip to content

Commit 04dd65d

Browse files
committed
emscripten
1 parent d0134e6 commit 04dd65d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: install emscripten
175175
shell: bash -l {0}
176176
run: |
177-
$MAMBA_EXE create -n emsdk -c conda-forge -c https://repo.prefix.dev/emscripten-forge-dev \
177+
$MAMBA_EXE install -n emsdk -c conda-forge -c https://repo.prefix.dev/emscripten-forge-dev \
178178
emscripten_emscripten-wasm32
179179
180180
- name: install playwright
@@ -185,10 +185,6 @@ jobs:
185185
- name: run emscripten tests
186186
shell: bash -l {0}
187187
run: |
188-
cd emsdk
189-
./emsdk activate ${{ matrix.emscripten_version }}
190-
source ./emsdk_env.sh
191-
cd ..
192188
chmod +x ./test/emscripten/test_emscripten.sh
193189
./test/emscripten/test_emscripten.sh
194190

0 commit comments

Comments
 (0)