diff options
author | Patric Stout <truebrain@openttd.org> | 2021-02-19 11:05:37 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-02-19 11:34:00 +0100 |
commit | cb8e1706b29d47f61e1a0419dcddc923503e0839 (patch) | |
tree | cc325ba872357fc304c87c34d6fd1581617da9b5 /.github/workflows | |
parent | d3df4674f9103000b80596cb633874b6a805353d (diff) | |
download | openttd-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/workflows')
-rw-r--r-- | .github/workflows/ci-build.yml | 1 |
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 |