Skip to content

Commit 98e3185

Browse files
committed
1
1 parent c380bb7 commit 98e3185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
echo "CC=clang" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
126126
echo "CXX=clang++" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
127127
$envPath = [System.Environment]::GetEnvironmentVariable("Path", "Machine")
128+
echo $envPath
128129
$pathArray = $envPath -split ";"
129130
$filteredPaths = $pathArray | Where-Object { $_ -notmatch "Microsoft Visual Studio" }
130131
$newPath = ($filteredPaths -join ";").TrimEnd(";")

0 commit comments

Comments
 (0)