浏览代码

HUE-8888 [ci] Add apt-get update to unblock missing dev packages

Romain 5 年之前
父节点
当前提交
98c9a858da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -180,7 +180,7 @@ jobs:
       - run:
           name: compile
           command: |
-            apt-get install -y python3.6-dev libsnappy-dev # This should not be needed as some point
+            apt-get update && apt-get install -y python3.6-dev libsnappy-dev # This should not be needed as some point
 
             export PYTHON_VER=python3.6
             make apps