Skip to content

Commit 1b9fce9

Browse files
committed
1
1 parent f322a06 commit 1b9fce9

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
@@ -124,6 +124,7 @@ jobs:
124124
run: |
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
127+
$env:GITHUB_PATH -split ';' | Where-Object { $_ -notmatch 'Microsoft Visual Studio' } -join ';' | Set-Item -Path Env:GITHUB_PATH
127128
128129
- name: Check Clang Version
129130
run: clang --version

0 commit comments

Comments
 (0)