Browse Source

Fix a typo

tags/22.02
falkTX 3 years ago
parent
commit
153efc5c3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml 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: |


Loading…
Cancel
Save