cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.2k stars 472 forks source link

ci: fix meson build on ubuntu 16.04 #534

Closed tp-m closed 3 years ago

tp-m commented 3 years ago

Meson requires Python 3.6 from v0.57 onwards, so install the last Meson version known to work with Python 3.5 on the Ubuntu 16.04-based CI.

Should hopefully fix the meson mips build on the CI.