From ab1e04f1d0ae35512bba0c399ae3a8a34271bbac Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Mon, 4 Jul 2022 16:58:05 +0200 Subject: Try fixing the CI issue in Windows --- .github/workflows/setup_git.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1 index d68f90a7ae..f54e05ab9d 100644 --- a/.github/workflows/setup_git.ps1 +++ b/.github/workflows/setup_git.ps1 @@ -9,4 +9,5 @@ git config --global core.longpaths true if ($(git branch --show-current) -ne "develop") { git branch develop origin/develop + git branch releases/v0.18 origin/releases/v0.18 } -- cgit v1.2.3-60-g2f50