Browse Source

Fix CI

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
7f15f53c84
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 7 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +1
    -6
      plugins/Kars/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
- 6
plugins/Kars/Makefile View File

@@ -23,11 +23,6 @@ include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types

TARGETS += jack
TARGETS += dssi_dsp
TARGETS += lv2_sep
TARGETS += vst

all: $(TARGETS)
all: jack dssi_dsp lv2_dsp vst2

# --------------------------------------------------------------

Loading…
Cancel
Save