From 499375cb2687abd97af47e53ef505a14ef33d11c Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 15 Oct 2021 01:13:31 +0100 Subject: [PATCH] Try to force-fix CI --- .github/workflows/build.yml | 8 ++++---- plugins/Common/IldaeilUI.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92656e8..3c61dd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: LDFLAGS: -static-libgcc -static-libstdc++ run: | make features - make -j $(nproc) + make -j $(nproc) HAVE_LIBMAGIC=false - name: Set sha8 id: slug run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" @@ -76,7 +76,7 @@ jobs: LDFLAGS: -static-libgcc -static-libstdc++ run: | make features - make -j $(nproc) + make -j $(nproc) HAVE_LIBMAGIC=false - name: Set sha8 id: slug run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" @@ -105,7 +105,7 @@ jobs: PKG_CONFIG_PATH: /usr/lib/i386-linux-gnu/pkgconfig run: | make features - make -j $(nproc) + make -j $(nproc) HAVE_LIBMAGIC=false - name: Set sha8 id: slug run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)" @@ -157,7 +157,7 @@ jobs: LDFLAGS: -arch x86_64 -arch arm64 -mmacosx-version-min=10.12 run: | make features - make NOOPT=true -j $(sysctl -n hw.logicalcpu) + make NOOPT=true HAVE_SNDFILE=false -j $(sysctl -n hw.logicalcpu) ./dpf/utils/package-osx-bundles.sh - name: Set sha8 id: slug diff --git a/plugins/Common/IldaeilUI.cpp b/plugins/Common/IldaeilUI.cpp index eb98a49..a0f1d14 100644 --- a/plugins/Common/IldaeilUI.cpp +++ b/plugins/Common/IldaeilUI.cpp @@ -295,9 +295,9 @@ public: return; fPluginHostWindow.hide(); + if (fDrawingState == kDrawingPluginGenericUI || fDrawingState == kDrawingPluginEmbedUI) carla_show_custom_ui(fPlugin->fCarlaHostHandle, 0, false); - } void createPluginGenericUI(const CarlaHostHandle handle, const CarlaPluginInfo* const info)