summaryrefslogtreecommitdiff
path: root/.github/workflows/build_aarch64.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-10 20:49:11 +0700
committerhathach <[email protected]>2023-03-10 20:49:11 +0700
commitd41320a42eae7fd26075f7c91972254c7f03ede6 (patch)
tree1a7d164e4aff488b8a7479664f88c93d87e0e18d /.github/workflows/build_aarch64.yml
parent76f43a7a16ae814abfc7e4eec84088a4a8e70bb4 (diff)
adding python script to manage dependencies instead of submodule
Diffstat (limited to '.github/workflows/build_aarch64.yml')
-rw-r--r--.github/workflows/build_aarch64.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_aarch64.yml b/.github/workflows/build_aarch64.yml
index 800a54380..5818ea432 100644
--- a/.github/workflows/build_aarch64.yml
+++ b/.github/workflows/build_aarch64.yml
@@ -72,7 +72,7 @@ jobs:
run: echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
- name: Get Dependencies
- run: python3 tools/get_dependencies.py ${{ matrix.family }}
+ run: python3 tools/get_family_deps.py ${{ matrix.family }}
- name: Build
run: python3 tools/build_family.py ${{ matrix.family }}