Skip to content

Commit fdfd567

Browse files
committed
Acceptance testing: Added a missing dependency for Linux
1 parent 459cce5 commit fdfd567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sudo apt-get install -y \
4646
libasound2-dev libx11-dev libxext-dev libxinerama-dev libxrandr-dev \
4747
libxcursor-dev libxcomposite-dev libfreetype6-dev libfontconfig1-dev \
48-
libgl1-mesa-dev libcurl4-openssl-dev ninja-build xvfb
48+
libgl1-mesa-dev libcurl4-openssl-dev ladspa-sdk ninja-build xvfb
4949
5050
# The acceptance tests host the dogfood plugins via JUCE's own VST3 hosting,
5151
# so the embedded VST3 validator (and its heavy SDK build) isn't needed here.

0 commit comments

Comments
 (0)