Plugin validation build should not use STATIC_BUILD=true
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
013849305a
commit
008f084c1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1018,7 +1018,7 @@ jobs:
|
|||
LDFLAGS: -static-libgcc -static-libstdc++
|
||||
run: |
|
||||
make HEADLESS=true features
|
||||
make HEADLESS=true NOOPT=true NOPLUGINS=true STATIC_BUILD=true SKIP_STRIPPING=true -j $(nproc)
|
||||
make HEADLESS=true NOOPT=true NOPLUGINS=true SKIP_STRIPPING=true -j $(nproc)
|
||||
- name: Validate LV2 ttl syntax
|
||||
run: |
|
||||
lv2_validate \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue