Skip to content

Commit

Permalink
Make CI work for Windows on a push to the release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Jul 20, 2022
1 parent 45183d2 commit 13e6f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/setup_git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ 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
}

0 comments on commit 13e6f87

Please sign in to comment.