Skip to content

Commit

Permalink
add ffmpeg to path
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 14, 2024
1 parent 282b5c1 commit 1147486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:

- if: matrix.os == 'macos-latest'
name: Setup FFmpeg
run:
run: |
brew install ffmpeg@4
echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
ffmpeg -version
- name: Configure Windows compilers
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 1147486

Please sign in to comment.