We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f853bde commit 9395ce5Copy full SHA for 9395ce5
.github/workflows/lib-build-and-push.yml
@@ -125,6 +125,7 @@ jobs:
125
echo "CC=clang" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
126
echo "CXX=clang++" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
127
$newPath = ($env:GITHUB_PATH -split ';' | Where-Object { $_ -notmatch 'Microsoft Visual Studio' }) -join ';'
128
+ echo $newPath
129
Set-Content -Path $env:GITHUB_PATH -Value $newPath
130
131
- name: Check Clang Version
0 commit comments