Skip to content

Commit

Permalink
fix openmodelica setup in Github action (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3688 authored Feb 2, 2024
1 parent ad11ae3 commit a3234ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Set up OpenModelica Compiler"
uses: AnHeuermann/setup-openmodelica@v0.7
uses: OpenModelica/setup-openmodelica@v1.0
with:
version: ${{ matrix.omc-version }}
packages: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup OpenModelica
uses: AnHeuermann/setup-openmodelica@v0.7
uses: OpenModelica/setup-openmodelica@v1.0
with:
version: 'nightly'
packages: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regressionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Set up OpenModelica Compiler"
uses: AnHeuermann/setup-openmodelica@v0.7
uses: OpenModelica/setup-openmodelica@v1.0
with:
version: ${{ matrix.omc-version }}
packages: |
Expand Down

0 comments on commit a3234ea

Please sign in to comment.