Skip to content

Commit 3cfa746

Browse files
committed
Update ci (Install FFmpeg)
1 parent aa27443 commit 3cfa746

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/run-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
- name: Clone HwCodecDetect
4949
run: git clone -b main --single-branch https://github.com/whyb/HwCodecDetect.git
5050

51+
- name: Install FFmpeg
52+
run: |
53+
sudo apt-get update
54+
sudo apt-get install -y snapd
55+
sudo snap install ffmpeg
56+
ffmpeg -version
57+
5158
- name: Upgrade pip
5259
run: python -m pip install --upgrade pip
5360
working-directory: HwCodecDetect
@@ -75,6 +82,12 @@ jobs:
7582
- name: Clone HwCodecDetect
7683
run: git clone -b main --single-branch https://github.com/whyb/HwCodecDetect.git
7784

85+
- name: Install FFmpeg
86+
run: |
87+
brew update
88+
brew install ffmpeg
89+
ffmpeg -version
90+
7891
- name: Upgrade pip
7992
run: python -m pip install --upgrade pip
8093
working-directory: HwCodecDetect

0 commit comments

Comments
 (0)