GitHub Action to install GNU Octave on Windows
Installs GNU Octave on Windows runners and sets the following environment variables.
OCTAVE_VERset to the version of Octave installedML_NAMEset toOctaveML_VERset to same asOCTAVE_VERML_CMDset tooctave-cli.exe --no-gui --evalML_PATHVARset toOCTAVE_PATH
None.
defaults:
run:
shell: bash
steps:
- name: Install Octave
uses: MATPOWER/action-install-octave-windows@v1
- name: Octave ${{ env.ML_VER }} Installed
run: $ML_CMD ver