From e6c91bfa2607730854f32fb490a5070f8df48900 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 14 May 2022 17:33:06 +0100 Subject: [PATCH] Build fixes Signed-off-by: falkTX --- .github/workflows/build.yml | 2 +- deps/PawPaw | 2 +- plugins/Fundamental | 2 +- plugins/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d5f4d4..cdda6a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: env: - CACHE_VERSION: 20 + CACHE_VERSION: 21 DEBIAN_FRONTEND: noninteractive HOMEBREW_NO_AUTO_UPDATE: 1 LIBGL_ALWAYS_SOFTWARE: 'true' diff --git a/deps/PawPaw b/deps/PawPaw index 39f441d..06295f2 160000 --- a/deps/PawPaw +++ b/deps/PawPaw @@ -1 +1 @@ -Subproject commit 39f441d0bcf04d16e3c865308a98c8bd3c665055 +Subproject commit 06295f217fcaa3c023eef3c3d4a0fe9203b53cb1 diff --git a/plugins/Fundamental b/plugins/Fundamental index ec6d477..612b0db 160000 --- a/plugins/Fundamental +++ b/plugins/Fundamental @@ -1 +1 @@ -Subproject commit ec6d477cedc9a00b7dde0f2713d263c4778162d2 +Subproject commit 612b0dba4634c365b98f96da2459ba58124bbcf0 diff --git a/plugins/Makefile b/plugins/Makefile index f24775f..bffe70d 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -878,7 +878,7 @@ PLUGIN_FILES += $(filter-out WhatTheRack/src/plugin.cpp,$(wildcard WhatTheRack/s # modules/types which are present in other plugins VOXGLITCH_CUSTOM = $(DRWAV) AudioFile Looper Readout -VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain Sequencer SequencerDisplay VoltageSequencer +VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain SamplePlayer Sequencer SequencerDisplay VoltageSequencer # -------------------------------------------------------------- # ZetaCarinaeModules