mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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:
parent
5a71e39e94
commit
4ac5d7c0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue