summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-07-01 16:37:34 +0700
committerhathach <[email protected]>2022-07-01 16:37:34 +0700
commit5323472afd1f35d0e62bd58bb3293bcfce36483b (patch)
tree4c0657c134073761f48b4c2b51c3e0e9563bbb04 /.github
parent12341118e373cce10cb868f234009e9d37bff940 (diff)
update get-deps for ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_arm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 7cc1b10f9..935d57e06 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -94,7 +94,7 @@ jobs:
- name: Get Dependencies
run: |
b=`find hw/bsp/${{ matrix.family }}/boards -depth -maxdepth 1 -type d -name '[^.]?*' -printf %f -quit`
- make BOARD={b} get-deps
+ make -C examples/device/board_test BOARD=${b} get-deps
- name: Build
run: python3 tools/build_family.py ${{ matrix.family }}