Linux build failing on latest develop

Hello,

My latest CI run completes successfully on Windows & MacOS, but fails on Linux with the following error:

/home/runner/work/imogen/imogen/imogen/Builds/_deps/juce-src/modules/juce_audio_plugin_client/VST3/../utility/juce_LinuxMessageThread.h: In lambda function:
/home/runner/work/imogen/imogen/imogen/Builds/_deps/juce-src/modules/juce_audio_plugin_client/VST3/../utility/juce_LinuxMessageThread.h:67:57: error: ‘class juce::MessageManager’ has no member named ‘runDispatchLoopUntil’; did you mean ‘runDispatchLoop’?
   67 |                     || ! MessageManager::getInstance()->runDispatchLoopUntil (250))
      |                                                         ^~~~~~~~~~~~~~~~~~~~
      |                                                         runDispatchLoop

This is on the tip of develop.

Thanks for reporting. This has been fixed on develop now:

Awesome, build succeeded on Linux now. Thank you!