Skip to content

Commit d958393

Browse files
committed
github: Update build workflow based on Makefile changes.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 77961d8 commit d958393

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ jobs:
3030
run: |
3131
arm-none-eabi-gcc --version
3232
cmake --version
33-
- name: Clone codal
34-
run: |
35-
git clone https://github.com/lancaster-university/codal.git lib/codal
36-
git clone --recurse-submodules https://github.com/lancaster-university/codal-core.git lib/codal/libraries/codal-core
37-
git clone --recurse-submodules https://github.com/lancaster-university/codal-nrf52.git lib/codal/libraries/codal-nrf52
38-
git clone --recurse-submodules https://github.com/microbit-foundation/codal-microbit-nrf5sdk.git lib/codal/libraries/codal-microbit-nrf5sdk
39-
git clone --recurse-submodules https://github.com/lancaster-university/codal-microbit-v2.git lib/codal/libraries/codal-microbit-v2
4033
- name: Build
4134
run: |
4235
make -C lib/micropython/mpy-cross -j2

0 commit comments

Comments
 (0)