GitHub Action to install GNU Octave on Linux
Installs GNU Octave on Linux runners and sets the following environment variables.
OCTAVE_VER
set to the version of Octave installedML_NAME
set toOctave
ML_VER
set to same asOCTAVE_VER
ML_CMD
set tooctave-cli --no-gui --eval
ML_PATHVAR
set toOCTAVE_PATH
ipopt-libs
- (defaultfalse
) set totrue
to include installation of IPOPT libraries
None.
steps:
- name: Install Octave
uses: MATPOWER/action-install-octave-linux@v1
with:
ipopt-libs: true
- name: Octave ${{ env.ML_VER }} Installed
run: $ML_CMD ver