diff options
| author | hathach <[email protected]> | 2023-03-11 08:15:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-11 08:15:23 +0700 |
| commit | fe77976765ed1b73470d6f42f77a0c85f8760e7b (patch) | |
| tree | 9b698745b7cec40f252231e49c305eba414fca4d /.github/workflows/build_arm.yml | |
| parent | 0f8e530de175e8fb289870fdd7c28ec0b16314e2 (diff) | |
| parent | 6af18dc90676ab8916d1611ab7bd6aefad9edc0b (diff) | |
Merge branch 'master' into renesas-ra
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 ff69d15c6..b5a92d6e3 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -81,7 +81,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 }} |
