diff options
| author | hathach <[email protected]> | 2023-05-26 15:25:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-26 15:25:55 +0700 |
| commit | 1d857605b79156a10d14aeb837a9e82bbb81e87c (patch) | |
| tree | 35e82044d94551d1a1229baf116159447d496116 /.github/workflows/build_msp430.yml | |
| parent | b262164a35e9e305b67cb8d0c2188353db405200 (diff) | |
use get_deps.py
Diffstat (limited to '.github/workflows/build_msp430.yml')
| -rw-r--r-- | .github/workflows/build_msp430.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_msp430.yml b/.github/workflows/build_msp430.yml index 5424a88d6..c62056940 100644 --- a/.github/workflows/build_msp430.yml +++ b/.github/workflows/build_msp430.yml @@ -68,7 +68,7 @@ jobs: run: echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin` - name: Get Dependencies - run: python3 tools/get_family_deps.py ${{ matrix.family }} + run: python3 tools/get_deps.py ${{ matrix.family }} - name: Build run: python3 tools/build_family.py ${{ matrix.family }} |
