We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f322a06 commit 1b9fce9Copy full SHA for 1b9fce9
.github/workflows/lib-build-and-push.yml
@@ -124,6 +124,7 @@ jobs:
124
run: |
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
+ $env:GITHUB_PATH -split ';' | Where-Object { $_ -notmatch 'Microsoft Visual Studio' } -join ';' | Set-Item -Path Env:GITHUB_PATH
128
129
- name: Check Clang Version
130
run: clang --version
0 commit comments