Skip to content

Commit 399d2bd

Browse files
stahta01slouken
andauthored
Update .github/workflows/create-test-plan.py
Co-authored-by: Sam Lantinga <slouken@libsdl.org>
1 parent 7cd8629 commit 399d2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-test-plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class StaticLibType(Enum):
164164

165165
class SharedLibType(Enum):
166166
WIN32 = "SDL3.dll"
167-
CYGDLL = "cygSDL3-0.dll"
167+
CYGDLL = "cygSDL3.dll"
168168
SO_0 = "libSDL3.so.0"
169169
SO = "libSDL3.so"
170170
DYLIB = "libSDL3.0.dylib"

0 commit comments

Comments
 (0)