Browse Source

Fix CI

Signed-off-by: falkTX <falktx@falktx.com>
pull/1/head
falkTX 3 years ago
parent
commit
02eb6d9a95
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +1
    -1
      plugins/3BandEQ/Makefile
  3. +1
    -1
      plugins/3BandSplitter/Makefile
  4. +1
    -1
      plugins/PingPongPan/Makefile

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

@@ -158,7 +158,7 @@ jobs:
run: |
make features
make NOOPT=true -j $(sysctl -n hw.logicalcpu)
./utils/package-osx-bundles.sh
./dpf/utils/package-osx-bundles.sh
- name: Set sha8
id: slug
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"


+ 1
- 1
plugins/3BandEQ/Makefile View File

@@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk

TARGETS += jack
TARGETS += ladspa
TARGETS += vst
TARGETS += vst2

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 1
plugins/3BandSplitter/Makefile View File

@@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk

TARGETS += jack
TARGETS += ladspa
TARGETS += vst
TARGETS += vst2

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


+ 1
- 1
plugins/PingPongPan/Makefile View File

@@ -30,7 +30,7 @@ include ../../dpf/Makefile.plugins.mk

TARGETS += jack
TARGETS += ladspa
TARGETS += vst
TARGETS += vst2

ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
ifeq ($(HAVE_LIBLO),true)


Loading…
Cancel
Save