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 08feb0e commit e845f36Copy full SHA for e845f36
.github/workflows/aiscm.yml
@@ -36,10 +36,10 @@ jobs:
36
apt-get install -q -y nasm
37
- name: Install ffmpeg-4.4.6
38
run: |
39
- wget https://www.ffmpeg.org/releases/ffmpeg-4.4.6.tar.xz
+ wget -q https://www.ffmpeg.org/releases/ffmpeg-4.4.6.tar.xz
40
tar -xf ffmpeg-4.4.6.tar.xz
41
cd ffmpeg-4.4.6
42
- ./configure
+ ./configure --enable-shared
43
make
44
make install
45
- name: Install libtensorflow-cpu-linux
0 commit comments