From 87660ae05c2a74d3d2a709a69de3acb0e7082da1 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Sat, 28 Dec 2024 10:51:16 -0500 Subject: [PATCH] Update CDT setup for new branch name of cdt-lsp See https://github.com/eclipse-cdt/cdt-lsp/issues/384 --- releng/CDT.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/CDT.setup b/releng/CDT.setup index b1d737bf7d6..0089b0a36b1 100644 --- a/releng/CDT.setup +++ b/releng/CDT.setup @@ -205,7 +205,7 @@ xsi:type="git:GitCloneTask" id="github.clone.cdt-lsp" remoteURI="eclipse-cdt/cdt-lsp" - checkoutBranch="master"> + checkoutBranch="main">