Skip to content

Commit 122a6ae

Browse files
authored
Fix typo in SDL_MIXER_VERSION comment URL
1 parent 28d9162 commit 122a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
env:
66
FFMPEG_VERSION: "6.0" # https://ffmpeg.org/releases/
77
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
8+
SDL_MIXER_VERSION: "2.6.3" # https://github.com/libsdl-org/SDL_mixer/releases
99
USE_SDL2_MIXER: "1"
1010
MACOSX_DEPLOYMENT_TARGET: "10.13"
1111
MACOSX_DEPLOYMENT_TARGET_ARM: "11.0"

0 commit comments

Comments
 (0)