add get-dependencies.py

This commit is contained in:
hathach
2022-07-01 17:23:14 +07:00
parent 5323472afd
commit 53db23142a
7 changed files with 45 additions and 9 deletions
+3
View File
@@ -53,6 +53,9 @@ jobs:
- name: Set Toolchain Path
run: echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
- name: Get Dependencies
run: python3 tools/get_dependencies.py ${{ matrix.family }}
- name: Build
run: python3 tools/build_family.py ${{ matrix.family }}