We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63139e9 commit 382b006Copy full SHA for 382b006
.github/workflows/FMITest.yml
@@ -16,7 +16,7 @@ jobs:
16
omc-version: ['stable', 'nightly']
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: "Set up OpenModelica Compiler"
21
uses: OpenModelica/[email protected]
22
with:
@@ -28,7 +28,7 @@ jobs:
28
29
- run: "omc --version"
30
31
32
- name: Set up Python ${{ matrix.python-version }}
33
uses: actions/setup-python@v5
34
.github/workflows/Test.yml
@@ -17,7 +17,7 @@ jobs:
omc-version: ['stable']
23
0 commit comments