Skip to content

Commit 7065845

Browse files
author
jan
committed
Fix regression due to boardsmanager changes
1 parent 56e2d04 commit 7065845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io.sloeber.tests/src/io/sloeber/core/CreateAndCompileDefaultInoOnAllBoardsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ public static void installAdditionalBoards() throws Exception {
356356
toAddList.removeAll(Arrays.asList(packageUrlsToIgnoreOnMac));
357357
}
358358
BoardsManager.addPackageURLs(toAddList);
359-
359+
BoardsManager.update(false);
360+
360361
if (!skipPlatformInstallation) {
361362
BoardsManager.installAllLatestPlatforms();
362363
// PackageManager.installsubsetOfLatestPlatforms(0,5);

0 commit comments

Comments
 (0)