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 28d9162 commit 122a6aeCopy full SHA for 122a6ae
.github/workflows/pythonapp.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
env:
6
FFMPEG_VERSION: "6.0" # https://ffmpeg.org/releases/
7
SDL_VERSION: "2.26.4" # https://github.com/libsdl-org/SDL/releases
8
- SDL_MIXER_VERSION: "2.6.3" # https://github.com/libsdl-org/SDL_mixer/releasess
+ SDL_MIXER_VERSION: "2.6.3" # https://github.com/libsdl-org/SDL_mixer/releases
9
USE_SDL2_MIXER: "1"
10
MACOSX_DEPLOYMENT_TARGET: "10.13"
11
MACOSX_DEPLOYMENT_TARGET_ARM: "11.0"
0 commit comments