Skip to content

Commit 7a81626

Browse files
authored
Update action_tools.yml
1 parent db9670f commit 7a81626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/action_tools.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
- name: Project generate Tools
7474
if: ${{ success() }}
7575
run: |
76-
echo "test to pull package"
77-
pkgs --update
76+
pushd bsp/$TEST_BSP_ROOT && pkgs --update && popd
7877
echo "Test to generate eclipse project"
7978
scons --target=eclipse -s -C $TEST_BSP_ROOT
8079
echo "Test to generate cmake project"

0 commit comments

Comments
 (0)