ci/android: pass --allow-downgrades when installing cuttlefish host tools

Pass --allow-downgrades when installing cuttlefish host tools just to
cover the case when the script is run locally.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33261>
This commit is contained in:
Antonio Ospite
2025-01-17 19:18:17 +01:00
committed by Marge Bot
parent 5a71e39e94
commit 4ac5d7c0bd

View File

@@ -125,7 +125,7 @@ git checkout FETCH_HEAD
./tools/buildutils/build_packages.sh
apt-get install -y ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb
apt-get install -y --allow-downgrades ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb
popd
rm -rf android-cuttlefish