Skip to content

Commit

Permalink
Added ModelicaTest 4.1.0 beta (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
casella authored Oct 20, 2024
1 parent 3515f53 commit e82c26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CI/installLibraries.mos
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if not installPackage(Modelica, "4.1.0-beta.om", exactMatch=true) then
print("Modelica 4.1.0-beta.om" + getErrorString() + "\n");
exit(1);
end if;
for v in {"3.2.1","3.2.2","3.2.3","4.0.0","trunk"} loop
for v in {"3.2.1","3.2.2","3.2.3","4.0.0","4.1.0-beta.om","trunk"} loop
if not installPackage(ModelicaTest, v, exactMatch=true) then
print("ModelicaTest " + v + " " + getErrorString() + "\n");
exit(1);
Expand Down

0 comments on commit e82c26a

Please sign in to comment.