From a4a61df1694e25544ee436f1e6a82b4beadada5a Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 8 Jul 2021 15:59:05 +0800 Subject: [PATCH] Revert "[TD-5108]: CI support lua (#6798)" 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 -- GitLab