Skip to content

Commit e93a7af

Browse files
committed
Update setup-openmodelica
1 parent 2a21850 commit e93a7af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
matrix:
1414
python-version: ['3.12']
1515
os: ['ubuntu-latest', 'windows-latest']
16-
omc-version: ['nightly']
16+
omc-version: ['stable', 'nightly']
1717

1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: "Set up OpenModelica Compiler"
21-
uses: OpenModelica/setup-openmodelica@v1.0
21+
uses: OpenModelica/setup-openmodelica@v1.0.2
2222
with:
2323
version: ${{ matrix.omc-version }}
2424
packages: |

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: 'pre-commit run --all-files'
4040

4141
- name: "Set up OpenModelica Compiler"
42-
uses: OpenModelica/setup-openmodelica@v1.0
42+
uses: OpenModelica/setup-openmodelica@v1.0.2
4343
with:
4444
version: ${{ matrix.omc-version }}
4545
packages: |

0 commit comments

Comments
 (0)