update get_deps.py to support geting family as argument

This commit is contained in:
hathach
2023-05-25 16:11:57 +07:00
parent 1ef820ecfe
commit 5a0c2bd638
2 changed files with 185 additions and 62 deletions

View File

@@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3
- name: Get Dependencies
run: python3 tools/get_family_deps.py ${{ matrix.family }}
run: python3 tools/get_deps.py ${{ matrix.family }}
- name: Build
run: python tools/build_cmake.py ${{ matrix.family }}