1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 02:19:09 +00:00

Fix: [Actions] if SDL2 is installed, it is always picked over SDL1

So no need to install both SDL1 and SDL2, that gives a false idea
of reality.
This commit is contained in:
Patric Stout
2021-02-19 11:05:37 +01:00
committed by Patric Stout
parent d3df4674f9
commit cb8e1706b2

View File

@@ -93,7 +93,6 @@ jobs:
libicu-dev \
liblzma-dev \
liblzo2-dev \
libsdl1.2-dev \
libsdl2-dev \
zlib1g-dev \
# EOF