Skip to content

Commit 2732112

Browse files
committed
Replace deprecated FFmpeg action in legacy test workflow
1 parent 9462c02 commit 2732112

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Install FFmpeg and FFprobe
36-
uses: FedericoCarboni/setup-ffmpeg@v3
37-
id: setup-ffmpeg
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y ffmpeg
3839
3940
- name: Set up Python ${{ matrix.python-version }}
4041
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)