Closed rdzman closed 2 years ago
Btw, in addition to working as described in #14 to build using a Docker image based on the official Octave Docker image gnu-octave/docker, this version also works for me on macOS and Linux runners for GitHub actions as follows:
Linux
apt-get install -y -qq octave
apt-get install -y -qq liboctave-dev
macOS
brew install octave
coinbrew
as described in #14
Adds to #14.