mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
github-ci: add --force-removal-of-dependent-packages
Without this option, a package gets installed with its dependencies but those do not get removed, causing issues later on with other packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
2
.github/workflows/entrypoint.sh
vendored
2
.github/workflows/entrypoint.sh
vendored
@@ -28,5 +28,5 @@ for PKG in /ci/*.ipk; do
|
||||
echo "No test.sh script available"
|
||||
fi
|
||||
|
||||
opkg remove "$PKG_NAME"
|
||||
opkg remove "$PKG_NAME" --force-removal-of-dependent-packages --force-remove
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user