bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
681 stars 205 forks source link

Workflows: Use CGO_ENABLED=1 for MacOS #186

Closed AndreRenaud closed 5 months ago

AndreRenaud commented 6 months ago

Also enable explicit ARM64 builds. This fixes the issue with Error: enumerator/enumerator.go:31:9: undefined: nativeGetDetailedPortsLis on MacOS/Darwin builds

cmaglie commented 5 months ago

Thanks!