cloudamqp / amqp-client.rb

Modern AMQP 0-9-1 Ruby client
https://cloudamqp.github.io/amqp-client.rb/
MIT License
19 stars 6 forks source link

Fix broken TLS tests #20

Closed walro closed 1 year ago

walro commented 1 year ago

brew was removed from $PATH on Ubuntu runners, see https://github.com/actions/runner-images/issues/6283.

walro commented 1 year ago

I guess an option is to try to make use of the the pre-built binaries (https://github.com/FiloSottile/mkcert#linux) instead, but this was the simplest solution. It (this solution) adds approximately 20 seconds though, not too terrible IMHO.