DarthSim 3 anni fa
parent
commit
889c14627e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/Dockerfile

+ 1 - 0
.github/workflows/Dockerfile

@@ -20,6 +20,7 @@ RUN apt-get -qq update \
     libavutil-dev \
     libswscale-dev \
     libopencv-core-dev \
+    libopencv-imgproc-dev \
     libopencv-dnn-dev
 
 RUN \