Skip to content

Commit 5a0c2bd

Browse files
committed
update get_deps.py to support geting family as argument
1 parent 1ef820e commit 5a0c2bd

File tree

2 files changed

+185
-62
lines changed

2 files changed

+185
-62
lines changed

.github/workflows/cmake_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v3
5353

5454
- name: Get Dependencies
55-
run: python3 tools/get_family_deps.py ${{ matrix.family }}
55+
run: python3 tools/get_deps.py ${{ matrix.family }}
5656

5757
- name: Build
5858
run: python tools/build_cmake.py ${{ matrix.family }}

0 commit comments

Comments
 (0)