From cb99c6ee159c6811d721ee5ec2f377fc238960bc Mon Sep 17 00:00:00 2001 From: swaldhoer <34184299+swaldhoer@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:01:05 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e80306b..5237b0e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -123,12 +123,6 @@ jobs: - script: python -m pip install --upgrade pip && python -m pip install --upgrade --requirement requirements.txt displayName: Installing pip dependencies - - script: | - choco install --no-progress llvm -y --version 10.0.0 - echo ##vso[task.prependpath]C:\Program Files\LLVM\bin - displayName: Install clang - condition: eq(variables['CC_LUA_BUILD'], 'clang') - - script: | echo ##vso[task.prependpath]%LOCALAPPDATA%\Programs\lua\bin displayName: Add lua installation to PATH