Browse Source

Fix CI

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
524a332546
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 1 additions and 4 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +0
    -3
      plugins/glBars/Makefile

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

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


+ 0
- 3
plugins/glBars/Makefile View File

@@ -31,10 +31,7 @@ LINK_FLAGS += -lpthread
# -------------------------------------------------------------- # --------------------------------------------------------------
# Enable all possible plugin types # Enable all possible plugin types


ifeq ($(HAVE_JACK),true)
TARGETS += jack TARGETS += jack
endif

TARGETS += lv2 TARGETS += lv2
TARGETS += vst TARGETS += vst




Loading…
Cancel
Save