summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-19 11:05:37 +0100
committerPatric Stout <github@truebrain.nl>2021-02-19 11:34:00 +0100
commitcb8e1706b29d47f61e1a0419dcddc923503e0839 (patch)
treecc325ba872357fc304c87c34d6fd1581617da9b5 /.github
parentd3df4674f9103000b80596cb633874b6a805353d (diff)
downloadopenttd-cb8e1706b29d47f61e1a0419dcddc923503e0839.tar.xz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 0fcc82372..4fbb04dbd 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -93,7 +93,6 @@ jobs:
libicu-dev \
liblzma-dev \
liblzo2-dev \
- libsdl1.2-dev \
libsdl2-dev \
zlib1g-dev \
# EOF