mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
- always pass `--no-install-suggests --no-install-recommends` to `apt-get` to avoid spending time to install packages we don't need. (notably in the i386 Linux job.) - drop an `apt-get` hack that's no longer necessary. Closes #1476