Browse Source

CI: Skip CardinalNative build on pluginval target

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 2 years ago
parent
commit
ea41e4de86
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -1195,7 +1195,7 @@ jobs:
WITH_LTO: false
run: |
make features
make NOOPT=true SKIP_STRIPPING=true -j 1
make NOOPT=true SKIP_STRIPPING=true jack lv2 vst2 vst3 clap -j 1
- name: Run Cardinal self-tests
run: |
# --exit-on-first-error=yes


Loading…
Cancel
Save