Skip to content

Commit

Permalink
Fix: [CI] Don't let SDL2 dependencies install too much stuff (OpenTTD…
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 authored Dec 4, 2023
1 parent 07a8bd2 commit 06b1bd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
/vcpkg/vcpkg install python3
ln -sf /vcpkg/installed/x64-linux/tools/python3/python3.[0-9][0-9] /usr/bin/python3
# SDL2 needs dbus, but dbus default install comes with libsystemd
# and some of libsystemd deps fail to build on our quite old linux.
# So just install basic dbus without any extra deps.
/vcpkg/vcpkg install dbus[core]
# Now we can install OpenTTD dependencies
/vcpkg/vcpkg install \
breakpad \
curl[http2] \
Expand Down

0 comments on commit 06b1bd3

Please sign in to comment.