Skip to content

THM-MoTE/setup-openmodelica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Setup-openmodelica

Setup-openmodelica is a GitHub action for installing OpenModelica. It can be used as follows:

jobs:
  build:
    name: "My fancy build"
    runs-on: ubuntu-latest
    steps:
      - name: Install OpenModelica
        uses: THM-MoTE/setup-openmodelica@v1  # replace v1 with latest tag
        with:
          version: 1.16.2   # must be full version, 1.16 will not work

About

GitHub action for installing OpenModelica

Resources

Stars

Watchers

Forks

Packages

No packages published