Try fixing the CI issue in Windows
This commit is contained in:
1
.github/workflows/setup_git.ps1
vendored
1
.github/workflows/setup_git.ps1
vendored
@@ -9,4 +9,5 @@ git config --global core.longpaths true
|
|||||||
if ($(git branch --show-current) -ne "develop")
|
if ($(git branch --show-current) -ne "develop")
|
||||||
{
|
{
|
||||||
git branch develop origin/develop
|
git branch develop origin/develop
|
||||||
|
git branch releases/v0.18 origin/releases/v0.18
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user