Skip to content

MATPOWER/action-install-octave-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published