CI: Skip CardinalNative build on pluginval target
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
2e5bc3c7dc
commit
ea41e4de86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -1195,7 +1195,7 @@ jobs:
|
||||||
WITH_LTO: false
|
WITH_LTO: false
|
||||||
run: |
|
run: |
|
||||||
make features
|
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
|
- name: Run Cardinal self-tests
|
||||||
run: |
|
run: |
|
||||||
# --exit-on-first-error=yes
|
# --exit-on-first-error=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue