Try fixing the CI issue in Windows

This commit is contained in:
Massimiliano Culpo
2022-07-04 16:58:05 +02:00
parent fbc2e59221
commit ab1e04f1d0

View File

@@ -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
}