Skip to content

Commit 282b5c1

Browse files
committed
use brew to install ffmpeg
1 parent 70e79f2 commit 282b5c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .github/workflows/tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,20 @@ jobs:
5656

5757
- uses: actions/checkout@v4
5858

59-
- name: Setup FFmpeg
59+
- if: matrix.os == 'ubuntu-latest'
60+
name: Setup FFmpeg
6061
uses: Iamshankhadeep/[email protected]
6162
with:
6263
# Not strictly necessary, but it may prevent rate limit
6364
# errors especially on GitHub-hosted macos machines.
6465
token: ${{ secrets.GITHUB_TOKEN }}
6566
version: "4.4"
6667

68+
- if: matrix.os == 'macos-latest'
69+
name: Setup FFmpeg
70+
run:
71+
brew install ffmpeg@4
72+
6773
- name: Configure Windows compilers
6874
uses: ilammy/msvc-dev-cmd@v1
6975

0 commit comments

Comments
 (0)