Changeset - r28238:6efdae80c757
[Not reviewed]
master
0 1 0
Loïc Guilloux - 12 months ago 2023-12-04 12:55:52
glx22@users.noreply.github.com
Fix: [CI] Don't let SDL2 dependencies install too much stuff (#11537)
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/release-linux.yml
Show inline comments
 
@@ -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] \
0 comments (0 inline, 0 general)