Skip to content

Commit 5e8b987

Browse files
committed
CI: Build mpy-cross without emsdk, for webassembly
1 parent ab86293 commit 5e8b987

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
npm install terser
251251
git clone https://github.com/emscripten-core/emsdk.git
252252
(cd emsdk && ./emsdk install 4.0.21 && ./emsdk activate 4.0.21)
253+
make -C mpy-cross CFLAGS_EXTRA=-Wno-error
253254
- name: Build Webassembly
254255
run: |
255256
source ${MPY_DIR}/emsdk/emsdk_env.sh

0 commit comments

Comments
 (0)