debian: hope -f install can fix apt braindamage

This commit is contained in:
June Tate-Gans 2024-03-28 22:32:46 -05:00
parent 03877486b0
commit ed72ee1177

View File

@ -71,7 +71,7 @@ steps:
commands: commands:
- apt-get update - apt-get update
- apt-get install ./build/g13*.deb - apt-get -f install ./build/g13*.deb
- python3 -m g13gui.tests - python3 -m g13gui.tests
--- ---