We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352ae4b commit 471cdddCopy full SHA for 471cddd
.github/scripts/unittest-linux/install.sh
@@ -77,7 +77,7 @@ esac
77
78
79
# 2. Install build tools
80
-export LD_LIBRARY_PATH=/opt/rh/gcc-toolset-11/root/usr/local/:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=/opt/rh/gcc-toolset-11/root/usr/local/lib:/opt/rh/gcc-toolset-11/root/usr/local/lib64:$LD_LIBRARY_PATH
81
echo $LD_LIBRARY_PATH
82
conda install -y -c conda-forge 'ffmpeg>=6,<7'
83
0 commit comments