Skip to content

Commit 9395ce5

Browse files
committed
1
1 parent f853bde commit 9395ce5

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
$newPath = ($env:GITHUB_PATH -split ';' | Where-Object { $_ -notmatch 'Microsoft Visual Studio' }) -join ';'
128+
echo $newPath
128129
Set-Content -Path $env:GITHUB_PATH -Value $newPath
129130
130131
- name: Check Clang Version

0 commit comments

Comments
 (0)