Skip to content

Commit 5a09b80

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
echo "Errors found in menuconfig, failing the build."
6969
exit 1
7070
fi
71+
pushd bsp/$TEST_BSP_ROOT && pkgs --update && popd
7172
scons -j$(nproc) -C $TEST_BSP_ROOT
7273
7374
- name: Project generate Tools
7475
if: ${{ success() }}
7576
run: |
76-
pushd bsp/$TEST_BSP_ROOT && pkgs --update && popd
7777
echo "Test to generate eclipse project"
7878
scons --target=eclipse -s -C $TEST_BSP_ROOT
7979
echo "Test to generate cmake project"

0 commit comments

Comments
 (0)