Răsfoiți Sursa

[ci] Update apt cache before installing packages (#3214)

Ying Chen 2 ani în urmă
părinte
comite
154145448f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

@@ -210,6 +210,7 @@ commands:
 
 
             if [ -d /usr/share/hue ]; then
             if [ -d /usr/share/hue ]; then
               # Running in gethue/hue Docker container
               # Running in gethue/hue Docker container
+              apt-get update
               apt-get install -y python3.8-dev python3.8-venv python3.8-distutils libsnappy-dev # This should not be needed as some point
               apt-get install -y python3.8-dev python3.8-venv python3.8-distutils libsnappy-dev # This should not be needed as some point
               curl -sL https://bootstrap.pypa.io/get-pip.py | python3.8
               curl -sL https://bootstrap.pypa.io/get-pip.py | python3.8
             else
             else