diff options
Diffstat (limited to 'ci/azure-steps.yml')
-rw-r--r-- | ci/azure-steps.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index fa28046..8ec219e 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -114,8 +114,8 @@ steps: $env:Path = $origPath # install llvm for clang-cl builds - DownloadFile -Source 'http://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe' -Destination LLVM-7.0.0-win64.exe - Start-Process .\LLVM-7.0.0-win64.exe -ArgumentList '/S' -Wait + DownloadFile -Source 'http://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe' -Destination LLVM-9.0.0-win64.exe + Start-Process .\LLVM-9.0.0-win64.exe -ArgumentList '/S' -Wait $env:Path = "C:\Program Files\LLVM\bin;$env:Path" $env:CC = "clang-cl" $env:CXX = "clang-cl" |