File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7171 - name : Download flutter build artifact
7272 uses : actions/download-artifact@v4
7373 with :
74- name : " OpenVINO-TestDrive-no-bindings-linux .zip"
74+ name : " OpenVINO-TestDrive-no-bindings-Linux .zip"
7575 path : flutter
7676
7777 - name : Combine artifacts
@@ -110,7 +110,7 @@ jobs:
110110 - name : Download flutter build artifact
111111 uses : actions/download-artifact@v4
112112 with :
113- name : " OpenVINO-TestDrive-no-bindings-windows .zip"
113+ name : " OpenVINO-TestDrive-no-bindings-Windows .zip"
114114 path : flutter
115115
116116 - name : Combine artifacts
@@ -147,7 +147,7 @@ jobs:
147147 - name : Download flutter build artifact
148148 uses : actions/download-artifact@v4
149149 with :
150- name : " OpenVINO-TestDrive-no-bindings-macos .zip"
150+ name : " OpenVINO-TestDrive-no-bindings-macOS .zip"
151151
152152 - name : Combine artifacts
153153 run : |
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ RUN ./setup_opencv.sh
3030COPY scripts/setup_ffmpeg.sh /scripts/setup_ffmpeg.sh
3131RUN ./setup_ffmpeg.sh
3232
33+ RUN ls /opt/ffmpeg
34+
3335RUN pip3 install numpy
3436
3537COPY bazel /build/bazel
You can’t perform that action at this time.
0 commit comments