diff options
| author | hathach <[email protected]> | 2023-03-10 20:49:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-10 20:49:11 +0700 |
| commit | d41320a42eae7fd26075f7c91972254c7f03ede6 (patch) | |
| tree | 1a7d164e4aff488b8a7479664f88c93d87e0e18d /.github/workflows/build_arm.yml | |
| parent | 76f43a7a16ae814abfc7e4eec84088a4a8e70bb4 (diff) | |
adding python script to manage dependencies instead of submodule
Diffstat (limited to '.github/workflows/build_arm.yml')
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index b1b88ec70..2ed40e186 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -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 }} |
