diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-07-04 16:58:05 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-07-20 08:10:41 +0200 |
commit | ab1e04f1d0ae35512bba0c399ae3a8a34271bbac (patch) | |
tree | b9b9f96445d2e11e2f16df004202424d2b354957 | |
parent | fbc2e59221afc6122ab6ce297d2db7a08c6bcbd4 (diff) | |
download | spack-ab1e04f1d0ae35512bba0c399ae3a8a34271bbac.tar.gz spack-ab1e04f1d0ae35512bba0c399ae3a8a34271bbac.tar.bz2 spack-ab1e04f1d0ae35512bba0c399ae3a8a34271bbac.tar.xz spack-ab1e04f1d0ae35512bba0c399ae3a8a34271bbac.zip |
Try fixing the CI issue in Windows
-rw-r--r-- | .github/workflows/setup_git.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |