Fix a typo
This commit is contained in:
parent
09d608938f
commit
153efc5c3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -363,7 +363,7 @@ jobs:
|
||||||
--leak-check=no \
|
--leak-check=no \
|
||||||
--track-origins=yes \
|
--track-origins=yes \
|
||||||
--suppressions=./dpf/utils/valgrind-dpf.supp \
|
--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
|
done
|
||||||
# - name: Test VST3 plugin
|
# - name: Test VST3 plugin
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue