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