build: fix feeds updating

This commit is contained in:
John Doe
2021-03-30 16:29:13 +08:00
parent a3c97c273e
commit f2b5ff36c2

View File

@@ -65,7 +65,7 @@ jobs:
pushd feeds/telephony; git restore .; popd pushd feeds/telephony; git restore .; popd
fi fi
./scripts/feeds update -a ./scripts/feeds update -a
./scripts/feeds install -a ./scripts/feeds install -a -f
. $GITHUB_WORKSPACE/patches.sh . $GITHUB_WORKSPACE/patches.sh
. $GITHUB_WORKSPACE/merge_packages.sh . $GITHUB_WORKSPACE/merge_packages.sh
mkdir -p tmpkg; cd ../ mkdir -p tmpkg; cd ../