Explorar o código

Fix env in CI Docker image

DarthSim %!s(int64=2) %!d(string=hai) anos
pai
achega
c18503aaef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 \