Skip to content

Commit f04ba37

Browse files
committed
ci: build one app with picolib
1 parent 540500b commit f04ba37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ jobs:
5151
run: pushd examples; ./build_all.sh || exit; popd
5252
- name: ci-debug-build
5353
run: pushd examples/blink; make debug RAM_START=0x20004000 FLASH_INIT=0x30051 || exit; popd
54+
- name: ci-build-picolib
55+
run: pushd examples/tests/hello_loop; make clean; make PICOLIB=1 || exit; popd

0 commit comments

Comments
 (0)