Skip to content

Commit ca25312

Browse files
ffmpeg install via apt
1 parent b279006 commit ca25312

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/linux-pyinstaller.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
libxcb-icccm4 \
4040
libtbb12
4141
42-
- name: Setup FFmpeg
43-
uses: federicocarboni/setup-ffmpeg@v3.1
44-
with:
45-
ffmpeg-version: release
46-
architecture: x64
42+
- name: Install FFmpeg
43+
run: sudo apt update && sudo apt install -y ffmpeg
4744

4845
- name: Verify FFmpeg installation
4946
run: |

0 commit comments

Comments
 (0)