We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa27443 commit 3cfa746Copy full SHA for 3cfa746
.github/workflows/run-test.yml
@@ -48,6 +48,13 @@ jobs:
48
- name: Clone HwCodecDetect
49
run: git clone -b main --single-branch https://github.com/whyb/HwCodecDetect.git
50
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
+
58
- name: Upgrade pip
59
run: python -m pip install --upgrade pip
60
working-directory: HwCodecDetect
@@ -75,6 +82,12 @@ jobs:
75
82
76
83
77
84
85
86
87
+ brew update
88
+ brew install ffmpeg
89
90
78
91
79
92
80
93
0 commit comments