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:
parent
f1c0e9fca9
commit
836b4e1c73
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue