mirror of https://github.com/OpenTTD/OpenTTD
Fix: [CI] Bump Fluidsynth to 2.4.4, fixing a compile error (#13919)
CMake 3.1 is no longer supported; recently Fluidsynth made the jump to 3.5, which is supported.pull/13924/head
parent
993e4a457b
commit
5ff1632fc1
|
@ -71,10 +71,10 @@ jobs:
|
||||||
# dependencies as possible. We do it before anything else is installed,
|
# dependencies as possible. We do it before anything else is installed,
|
||||||
# to make sure it doesn't pick up on any of the drivers.
|
# to make sure it doesn't pick up on any of the drivers.
|
||||||
echo "::group::Install fluidsynth"
|
echo "::group::Install fluidsynth"
|
||||||
wget https://github.com/FluidSynth/fluidsynth/archive/v2.3.3.tar.gz
|
wget https://github.com/FluidSynth/fluidsynth/archive/v2.4.4.tar.gz
|
||||||
tar xf v2.3.3.tar.gz
|
tar xf v2.4.4.tar.gz
|
||||||
(
|
(
|
||||||
cd fluidsynth-2.3.3
|
cd fluidsynth-2.4.4
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr
|
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
|
|
Loading…
Reference in New Issue