build: fix feeds updating

This commit is contained in:
John Doe
2021-03-30 17:38:56 +08:00
parent 3ccd185a0e
commit ea2a46898c

View File

@@ -64,8 +64,10 @@ jobs:
pushd feeds/routing; git restore .; popd
pushd feeds/telephony; git restore .; popd
fi
[ -d 'package/base' ] && mv package/base ~/
./scripts/feeds update -a
./scripts/feeds install -a
[ -d '~/package/base' ] && mv ~/package/base ./
. $GITHUB_WORKSPACE/patches.sh
. $GITHUB_WORKSPACE/merge_packages.sh
mkdir -p tmpkg; cd ../