Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Install Octave (Windows)

GitHub Action to install GNU Octave on Windows

Installs GNU Octave on Windows runners and sets the following environment variables.

  • OCTAVE_VER set to the version of Octave installed
  • ML_NAME set to Octave
  • ML_VER set to same as OCTAVE_VER
  • ML_CMD set to octave-cli.exe --no-gui --eval
  • ML_PATHVAR set to OCTAVE_PATH

Inputs / Outputs

None.

Example Usage

    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

About

GitHub Action to install GNU Octave on Windows

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors