build: fix feeds updating
This commit is contained in:
2
.github/workflows/lo-test.yml
vendored
2
.github/workflows/lo-test.yml
vendored
@@ -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 ../
|
||||
|
||||
Reference in New Issue
Block a user