We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c0f632 + f10a8e4 commit 5574d42Copy full SHA for 5574d42
2 files changed
.github/workflows/FMITest.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- name: "Set up OpenModelica Compiler"
21
- uses: OpenModelica/setup-openmodelica@v1.0.2
+ uses: OpenModelica/setup-openmodelica@v1.0.4
22
with:
23
version: ${{ matrix.omc-version }}
24
packages: |
.github/workflows/Test.yml
@@ -41,7 +41,7 @@ jobs:
41
run: 'pre-commit run --all-files'
42
43
44
45
46
47
0 commit comments