rustls-ffi
rustls-ffi copied to clipboard
Test MacOS pkg-config builds in CI
Follow-up to https://github.com/rustls/rustls-ffi/pull/412
I think we can add macos to the matrix by:
- using brew to install
pkg-config - switching out the
CARGO_C_FILEvar in the "install cargo-c" step w/ the macos binary release.