We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668cce6 commit 23474b2Copy full SHA for 23474b2
.github/workflows/pip_install_on_python_prerelease.yml
@@ -14,7 +14,7 @@ jobs:
14
- if: runner.os == 'Linux'
15
run: sudo apt-get update && sudo apt-get install libsdl2-dev
16
- if: runner.os == 'macOS'
17
- run: brew install sdl2
+ run: brew install ffmpeg sdl2
18
- if: runner.os == 'Windows'
19
run: |
20
curl -LO https://github.com/libsdl-org/SDL/releases/download/release-2.32.10/SDL2-devel-2.32.10-VC.zip
0 commit comments