From b3938de8b3f8e648c1c3a89974f40bc61212a256 Mon Sep 17 00:00:00 2001 From: Antioch Peverell Date: Mon, 23 Nov 2020 20:02:02 +0000 Subject: [PATCH] we have no patch file and nothing to patch (#3499) --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d2556a9cb..ace8c8ddd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,7 +84,6 @@ jobs: PLATFORM: win-x64 steps: - script: | - git apply .ci/win.patch choco install -y llvm displayName: Windows Install Dependencies - template: '.ci/test.yml'