Skip to content

Commit 26bbea4

Browse files
committed
CI: Bump openmodelica 1.26.0
1 parent eb7bd6d commit 26bbea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
conda-remove-defaults: "true"
5353
- name: Build
5454
run: |
55-
curl -fLO https://build.openmodelica.org/omc/builds/windows/releases/1.25/5/64bit/OpenModelica-v1.25.5-64bit.exe
56-
.\OpenModelica-v1.25.5-64bit.exe "/S" | out-null
55+
curl -fLO https://build.openmodelica.org/omc/builds/windows/releases/1.26/0/64bin/OpenModelica-v1.26.0-64bit.exe
56+
.\OpenModelica-v1.26.0-64bit.exe "/S" | out-null
5757
Get-ChildItem -Path "C:\Program Files"
58-
$env:PATH += ";C:\Program Files\OpenModelica1.25.5-64bit\bin"
58+
$env:PATH += ";C:\Program Files\OpenModelica1.26.0-64bit\bin"
5959
omc --version
6060
conda install -y pyfmi openturns pytest jinja2 fmpy-base pythonfmu
6161
pip install .

0 commit comments

Comments
 (0)