commit 9d368a4477bb345e002fb2119d2e6e1812367446
parent 6c336b78e1102c2d54fbfc23b95ff12edeab6491
Author: falkTX <falktx@falktx.com>
Date: Sat, 18 Sep 2021 14:17:35 +0100
There was a typo
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml
@@ -311,7 +311,7 @@ jobs:
done
- name: Test VST2 plugins
run: |
- for p in $(ls bin/ | grep dssi.so); do \
+ for p in $(ls bin/ | grep vst.so); do \
env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \
valgrind \
--error-exitcode=255 \