Skip to content
Snippets Groups Projects
Commit e1280486 authored by Tobias Glaser's avatar Tobias Glaser
Browse files

fixing gitlab-ci again even more

parent 4606d015
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ Windows-MSYS2-MINGW64:
- $env:MSYSTEM = 'MINGW64' # https://www.msys2.org/docs/environments/
- |
echo "Updating Path"
$NewPath = "C:\Your\New\Directory"
$NewPath = "C:\msys64\mingw64\bin"
$CurrentPath = [System.Environment]::GetEnvironmentVariable("Path", "User") -split ";"
Write-Output "old Path: $CurrentPath"
if ($CurrentPath -contains $NewPath) {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment