Skip to content

Commit e82c26a

Browse files
authored
Added ModelicaTest 4.1.0 beta (#137)
1 parent 3515f53 commit e82c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.CI/installLibraries.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if not installPackage(Modelica, "4.1.0-beta.om", exactMatch=true) then
1010
print("Modelica 4.1.0-beta.om" + getErrorString() + "\n");
1111
exit(1);
1212
end if;
13-
for v in {"3.2.1","3.2.2","3.2.3","4.0.0","trunk"} loop
13+
for v in {"3.2.1","3.2.2","3.2.3","4.0.0","4.1.0-beta.om","trunk"} loop
1414
if not installPackage(ModelicaTest, v, exactMatch=true) then
1515
print("ModelicaTest " + v + " " + getErrorString() + "\n");
1616
exit(1);

0 commit comments

Comments
 (0)