Skip to content

Commit b728a16

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

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,7 +68,7 @@ jobs:
6868
echo "Errors found in menuconfig, failing the build."
6969
exit 1
7070
fi
71-
pushd bsp/$TEST_BSP_ROOT && pkgs --update && popd
71+
pushd $TEST_BSP_ROOT && pkgs --update && popd
7272
scons -j$(nproc) -C $TEST_BSP_ROOT
7373
7474
- name: Project generate Tools

0 commit comments

Comments
 (0)