kevinmehall / rust-soapysdr

Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer
Apache License 2.0
75 stars 22 forks source link

Replace travis-ci with GitHub Actions #21

Closed kevinmehall closed 2 years ago

inganault commented 2 years ago

GitHub Actions was using MSVC which need .lib file. (while mingw-w64 can link .dll directly) I fixed it by adding search paths, but I'm not sure how to add it to your PR. https://github.com/inganault/rust-soapysdr/commit/2bc32340567939f5917cea87f2b7f69ab935a6ae