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 e68dfb1 commit 1ed4318Copy full SHA for 1ed4318
.CI/installLibraries.mos
@@ -82,7 +82,6 @@ for l in {
82
{"OpenIPSL", ""},
83
{"OpenIPSL", "2.0.0"},
84
{"OpenIPSL", "master"},
85
- {"OpenIPSL", "master"},
86
{"PhotoVoltaics_TGM", ""},
87
{"PhotoVoltaics", ""},
88
{"Physiolibrary", "master"},
@@ -113,7 +112,7 @@ for l in {
113
112
{"TILMedia", "main"},
114
{"TransiEnt", "master"},
115
{"VehicleInterfaces", "master"},
116
- {"URDFModelica", "master"}
+ {"URDFModelica", "main"}
117
} loop
118
if not installPackage(stringTypeName(l[1]), l[2]) then
119
print(l[1] + " " + l[2] + getErrorString() + "\n");
0 commit comments