Fix a typo

This commit is contained in:
falkTX 2021-11-09 20:21:04 +00:00
parent 09d608938f
commit 153efc5c3a

View file

@ -363,7 +363,7 @@ jobs:
--leak-check=no \
--track-origins=yes \
--suppressions=./dpf/utils/valgrind-dpf.supp \
/usr/lib/carla/carla-bridge-native vst2 ./bin/${p} "" 1>/dev/null; \
/usr/lib/carla/carla-bridge-native vst2 ./${p} "" 1>/dev/null; \
done
# - name: Test VST3 plugin
# run: |