Skip to content

Commit d743e6d

Browse files
committed
Set installation prefix for ffmpeg to /usr
1 parent 22b43e1 commit d743e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aiscm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
wget -q https://www.ffmpeg.org/releases/ffmpeg-4.4.6.tar.xz
4040
tar -xf ffmpeg-4.4.6.tar.xz
4141
cd ffmpeg-4.4.6
42-
./configure --enable-shared
42+
./configure --prefix=/usr --enable-shared
4343
make
4444
make install
4545
- name: Install libtensorflow-cpu-linux

0 commit comments

Comments
 (0)