Kaynağa Gözat

Fix env in CI Docker image

DarthSim 1 yıl önce
ebeveyn
işleme
c18503aaef
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .github/workflows/Dockerfile

+ 1 - 0
.github/workflows/Dockerfile

@@ -40,6 +40,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
   && rm -rf /root/.rustup /root/.cargo
 
 ENV PATH="/root/.python/bin:$PATH"
+ENV LD_LIBRARY_PATH="/usr/local/lib"
 
 RUN \
   mkdir /root/vips \