summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-25 16:11:57 +0700
committerhathach <[email protected]>2023-05-25 16:11:57 +0700
commit5a0c2bd63892f8457a707c0046e2d01ddba4f1e1 (patch)
tree51cc4c1e2300b5d9b4bb5964e36af67e329580cf /.github/workflows
parent1ef820ecfe569e181b8f20cb936f632e51d8257e (diff)
update get_deps.py to support geting family as argument
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake_arm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 12173fb63..d7eea512c 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -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 }}