Skip to content

Commit 6a4b97f

Browse files
committed
github: Build mpy-cross as part of worflow.
1 parent 915b6aa commit 6a4b97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
git clone --recurse-submodules https://github.com/lancaster-university/codal-microbit-v2.git lib/codal/libraries/codal-microbit-v2
4040
- name: Build
4141
run: |
42+
make -C lib/micropython/mpy-cross -j2
4243
cd src
4344
make -j2
4445
- name: Upload hex file

0 commit comments

Comments
 (0)