Forráskód Böngészése

Fix env in CI Docker image

DarthSim 1 éve
szülő
commit
c18503aaef
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 \