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 47f671f commit ab86293Copy full SHA for ab86293
1 file changed
.github/workflows/build.yaml
@@ -247,7 +247,9 @@ jobs:
247
- name: Setup MicroPython
248
working-directory: micropython
249
run: |
250
- source tools/ci.sh && ci_webassembly_setup
+ 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)
253
- name: Build Webassembly
254
255
source ${MPY_DIR}/emsdk/emsdk_env.sh
0 commit comments