diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b844652e..d31e4f65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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