Skip to content

Commit ab86293

Browse files
committed
CI: Try use same emsdk as locally
1 parent 47f671f commit ab86293

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ jobs:
247247
- name: Setup MicroPython
248248
working-directory: micropython
249249
run: |
250-
source tools/ci.sh && ci_webassembly_setup
250+
npm install terser
251+
git clone https://github.com/emscripten-core/emsdk.git
252+
(cd emsdk && ./emsdk install 4.0.21 && ./emsdk activate 4.0.21)
251253
- name: Build Webassembly
252254
run: |
253255
source ${MPY_DIR}/emsdk/emsdk_env.sh

0 commit comments

Comments
 (0)