This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
There was a typo
Signed-off-by: falkTX <falktx@falktx.com>
pull/327/head
falkTX
4 years ago
parent
6c336b78e1
commit
9d368a4477
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/example-plugins.yml
+ 1
- 1
.github/workflows/example-plugins.yml
View File
@@ -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 \
Write
Preview
Loading…
Cancel
Save