build: fix feeds updating(fix)

This commit is contained in:
John Doe
2021-03-30 19:52:30 +08:00
parent e7c538eec2
commit eade0603a7

View File

@@ -67,7 +67,7 @@ jobs:
[ -d 'package/base' ] && mv package/base ~/
./scripts/feeds update -a
./scripts/feeds install -a
[ -d '~/package/base' ] && mv ~/package/base ./
[ -d '~/base' ] && mv ~/base package/
. $GITHUB_WORKSPACE/patches.sh
. $GITHUB_WORKSPACE/merge_packages.sh
mkdir -p tmpkg; cd ../