about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-05-20 12:38:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-05-20 12:38:17 -0700
commit7b266ff1812cc1576bcd61906c592c2e7b5642d4 (patch)
treee08b22410dbaae2691177400e5be43db76a54cd8
parent528cce96cf1d40f50b9b9768fa763d7702e67da9 (diff)
downloadrust-7b266ff1812cc1576bcd61906c592c2e7b5642d4.tar.gz
rust-7b266ff1812cc1576bcd61906c592c2e7b5642d4.zip
Fix a typo in clang install
-rw-r--r--.azure-pipelines/steps/install-clang.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps/install-clang.yml b/.azure-pipelines/steps/install-clang.yml
index 9e3545ea93c..edb7679d4c5 100644
--- a/.azure-pipelines/steps/install-clang.yml
+++ b/.azure-pipelines/steps/install-clang.yml
@@ -32,7 +32,7 @@ steps:
     %TEMP%\LLVM-7.0.0-win64.exe /S /NCRC /D=%CLANG_DIR%
     set RUST_CONFIGURE_ARGS=%RUST_CONFIGURE_ARGS% --set llvm.clang-cl=%CLANG_DIR%\bin\clang-cl.exe
     echo ##vso[task.setvariable variable=RUST_CONFIGURE_ARGS]%RUST_CONFIGURE_ARGS%
-  condition: and(eq(variables['Agent.OS'], 'Darwin'), eq(variables['MINGW_URL'],''))
+  condition: and(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['MINGW_URL'],''))
   displayName: Install clang (Windows)
 
 # Note that we don't install clang on Linux since its compiler story is just so