浏览代码

[CI] install ncurses-dev for lua test

Andy Li 6 年之前
父节点
当前提交
7c979dfa15
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      azure-pipelines.yml

+ 1 - 0
azure-pipelines.yml

@@ -63,6 +63,7 @@ stages:
               TEST: python
             lua:
               TEST: lua
+              APT_PACKAGES: ncurses-dev
         steps:
           - checkout: self
             fetchDepth: 20