adding python script to manage dependencies instead of submodule

This commit is contained in:
hathach
2023-03-10 20:49:11 +07:00
parent 76f43a7a16
commit d41320a42e
10 changed files with 115 additions and 24 deletions

View File

@@ -80,7 +80,7 @@ jobs:
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- name: Get Dependencies
run: python3 tools/get_dependencies.py ${{ matrix.family }}
run: python3 tools/get_family_deps.py ${{ matrix.family }}
- name: Build
run: python3 tools/build_family.py ${{ matrix.family }}