Skip to content

Commit

Permalink
see error for ffprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 15, 2024
1 parent cc1025f commit 0c090ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
DISTUTILS_USE_SDK: 1 # for MSVC compiler
strategy:
matrix:
os: [macos-latest-large]
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9]

steps:
Expand All @@ -65,13 +65,13 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
version: "4.4"

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

0 comments on commit 0c090ba

Please sign in to comment.