Added poshgit

This commit is contained in:
Manuel Cortez 2020-07-18 00:52:46 -05:00
parent 0d5cf787fc
commit 3f2fc9c9de

View File

@ -19,7 +19,7 @@ stages:
- windows10
before_script:
- 'Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString("https://chocolatey.org/install.ps1"))'
- 'choco install -y --x86 git nsis'
- 'choco install -y --x86 git nsis poshgit'
- 'refreshenv'
- 'python -V'
# - 'python -m venv env'