mirror of https://github.com/OpenTTD/OpenTTD
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.pull/8695/head
parent
d3df4674f9
commit
cb8e1706b2
|
@ -93,7 +93,6 @@ jobs:
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
liblzo2-dev \
|
liblzo2-dev \
|
||||||
libsdl1.2-dev \
|
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
# EOF
|
# EOF
|
||||||
|
|
Loading…
Reference in New Issue