build: fix feeds updating(fix)(fix)
This commit is contained in:
4
.github/workflows/lo-test.yml
vendored
4
.github/workflows/lo-test.yml
vendored
@@ -64,10 +64,10 @@ jobs:
|
||||
pushd feeds/routing; git restore .; popd
|
||||
pushd feeds/telephony; git restore .; popd
|
||||
fi
|
||||
[ -d 'package/base' ] && mv package/base ~/
|
||||
[ -d package/base ] && mv package/base ~/
|
||||
./scripts/feeds update -a
|
||||
./scripts/feeds install -a
|
||||
[ -d '~/base' ] && mv ~/base package/
|
||||
[ -d ~/base ] && mv ~/base package/
|
||||
. $GITHUB_WORKSPACE/patches.sh
|
||||
. $GITHUB_WORKSPACE/merge_packages.sh
|
||||
mkdir -p tmpkg; cd ../
|
||||
|
||||
Reference in New Issue
Block a user