CI: fix apt install

This commit is contained in:
Jochen Sprickerhof 2023-11-28 07:28:02 +01:00
parent 4dc19129c8
commit 0c44e3040e
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433

View file

@ -261,7 +261,7 @@ checkupdates_runner:
- *install_fdroid_server_deb
- export fdroidserver=../fdroidserver
- *install_fdroid_server
- apt install openssh-client
- apt-get install -y openssh-client
- git config --global user.email "fdroidci@bubu1.eu"
- git config --global user.name "F-Droid checkupdates bot"
- mkdir -p ~/.ssh