From 1e63299aeb9e6bc77b1caaf9c9eed860cc871b86 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 8 Jul 2021 15:59:26 +0800 Subject: [PATCH] Revert "[TD-5108]: CI support lua (#6798)" (#6807) This reverts commit ad23a6979fe11ea76eadf85f197c51d41d1f38d3. --- .appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 83ef67c352..e7802b3d0d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,6 @@ for: - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %ARCH% before_build: - - choco install lua - cd c:\dev\TDengine - md build @@ -36,9 +35,6 @@ for: - image: macos clone_depth: 1 - before_build: - - brew install lua - build_script: - mkdir debug - cd debug