Setup OpenModelica
Version updated for https://github.com/zarethrex/setup-openmodelica to version v2.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The OpenModelica Install & Run Action automates the setup and execution of the OpenModelica compiler within GitHub Actions workflows. It installs the OpenModelica toolchain and specified Modelica libraries, adds the omc executable to the system PATH, and allows users to compile and simulate Modelica models or execute Modelica scripts. This action streamlines tasks related to Modelica model simulation and testing, reducing manual setup and ensuring consistency across CI/CD pipelines.
What’s Changed
Action will no longer try to guess which model script is used when none is provided, will setup OMC only.