It would be great to be able to use this action on macOS. That shouldn't be too hard: detect the target OS and then use brew install gmp readline zlib && brew link readline zlib instead of apt-get install. I think that should be most of it. Perhaps a few minor things (e.g. installing curl or wget).
It would be great to be able to use this action on macOS. That shouldn't be too hard: detect the target OS and then use
brew install gmp readline zlib && brew link readline zlib
instead ofapt-get install
. I think that should be most of it. Perhaps a few minor things (e.g. installing curl or wget).