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 ab86293 commit 5e8b987Copy full SHA for 5e8b987
1 file changed
.github/workflows/build.yaml
@@ -250,6 +250,7 @@ jobs:
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)
253
+ make -C mpy-cross CFLAGS_EXTRA=-Wno-error
254
- name: Build Webassembly
255
run: |
256
source ${MPY_DIR}/emsdk/emsdk_env.sh
0 commit comments