File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
openvino_bindings/scripts Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,12 @@ jobs:
152152 with :
153153 name : " OpenVINO-TestDrive-no-bindings-macOS.zip"
154154
155+ - name : Debug
156+ run : |
157+ ls -la ./
158+ ls -la ./bindings
159+ ls -la ./flutter
160+
155161 - name : Combine artifacts
156162 run : |
157163 tar -xvf macos_bindings.tgz -C ./bindings
Original file line number Diff line number Diff line change @@ -11,4 +11,10 @@ git checkout n$FFMPEG_VERSION
1111./configure --prefix=/opt/ffmpeg --disable-autodetect --enable-rpath --enable-shared --disable-swscale --disable-avfilter --disable-static --disable-doc --install-name-dir=@rpath
1212make -j8
1313make install
14- rm -rf /tmp/build_ffmpeg
14+ rm -rf /tmp/build_ffmpeg
15+
16+ if [[ " $OSTYPE " == " linux-gnu" * ]]; then
17+ touch /etc/ld.so.conf.d/ffmpeg.conf
18+ bash -c " echo /opt/ffmpeg/lib >> /etc/ld.so.conf.d/ffmpeg.conf"
19+ ldconfig -v
20+ fi
You can’t perform that action at this time.
0 commit comments