Skip to content

Commit

Permalink
add step to add homebrew to path after env is set up
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 15, 2024
1 parent 94dfa77 commit 9e9216b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,14 @@ jobs:
run: |
uv pip install -e .[tests]
- name: Run tests
- if: matrix.os == 'macos-latest'
name: Add homebrew to path
run: |
echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
- name: Run tests
run: |
ffmpeg -version
ffprobe -version
make tests
Expand Down

0 comments on commit 9e9216b

Please sign in to comment.