From fa3ac1965119fb02174ff85fe8f9eaf40532c320 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 19 Jul 2020 07:59:20 -0500 Subject: [PATCH] Added minGW32 path too --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a306af7..6c99311 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ stages: - '$ProgressPreference = "SilentlyContinue"' - 'Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/git-for-windows/git/releases/download/v2.27.0.windows.1/Git-2.27.0-32-bit.exe" -OutFile "git_setup.exe"' - '.\git_setup.exe /verysilent /dir=C:\git' - - '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\bin\;" + [System.Environment]::GetEnvironmentVariable("Path","User") ' + - '$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";C:\git\bin\;C:\git\mingw32\bin\;" + [System.Environment]::GetEnvironmentVariable("Path","User") ' - '$env:PATH' - 'python -V' # - '&$env:PYTHON3_32 -m venv env'