rustls-ffi icon indicating copy to clipboard operation
rustls-ffi copied to clipboard

Test MacOS pkg-config builds in CI

Open cpu opened this issue 1 year ago • 0 comments

Follow-up to https://github.com/rustls/rustls-ffi/pull/412

I think we can add macos to the matrix by:

  1. using brew to install pkg-config
  2. switching out the CARGO_C_FILE var in the "install cargo-c" step w/ the macos binary release.

cpu avatar Apr 19 '24 13:04 cpu