Skip to content

Commit

Permalink
add ffprobe check
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 14, 2024
1 parent 6f1b901 commit 491ba28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ jobs:
brew install ffmpeg@4
echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
export LDFLAGS="-L/opt/homebrew/opt/ffmpeg@4/lib"
export CPPFLAGS="-I/opt/homebrew/opt/ffmpeg@4/include"
ffmpeg -version
ffprobe -version
- name: Configure Windows compilers
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 491ba28

Please sign in to comment.