Skip to content

Commit 23474b2

Browse files
authored
brew install ffmpeg sdl2
1 parent 668cce6 commit 23474b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip_install_on_python_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- if: runner.os == 'Linux'
1515
run: sudo apt-get update && sudo apt-get install libsdl2-dev
1616
- if: runner.os == 'macOS'
17-
run: brew install sdl2
17+
run: brew install ffmpeg sdl2
1818
- if: runner.os == 'Windows'
1919
run: |
2020
curl -LO https://github.com/libsdl-org/SDL/releases/download/release-2.32.10/SDL2-devel-2.32.10-VC.zip

0 commit comments

Comments
 (0)