Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit 0f2efee

Browse files
authored
Add test step for gstreamer and ffmpeg installation
Add testing step to install gstreamer and ffmpeg.
1 parent c5b7c1f commit 0f2efee

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ jobs:
4949

5050
# sanity check
5151
brew doctor || true
52+
53+
- name: test
54+
run: |
55+
brew install gstreamer
56+
echo "gstreamer libs"
57+
ls $(brew --prefix gstreamer)
58+
59+
brew install ffmpeg@7
60+
echo "ffmpeg libs"
61+
ls $(brew --prefix ffmpeg@7)
5262
5363
- name: Install MacPorts
5464
run: |

0 commit comments

Comments
 (0)