DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 03fb16c1bf53c8e5a29f6f07c6f63a9dd6670f51
parent b9270eea59af430a25bc09e8e7d965d95e073940
Author: falkTX <falktx@falktx.com>
Date:   Sat, 18 Sep 2021 16:39:33 +0100

Fix lv2 tests

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
M.github/workflows/example-plugins.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml @@ -300,6 +300,7 @@ jobs: done - name: Test LV2 plugins run: | + export LV2_PATH=/tmp/lv2-path for p in $(lv2ls); do \ env CARLA_BRIDGE_DUMMY=1 CARLA_BRIDGE_TESTING=native \ valgrind \