From 71c5c55aa88e5d7532e1eb4f515f3037befc4fee Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 13 Mar 2022 23:30:36 +0100 Subject: [PATCH] Use `n_samples` in Synth_Dexed/src/dexed.cpp FIXME: Remove this line once upstreamed --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2404f75..9517b02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: run: | set -ex git submodule update --init --recursive + sed -i -e 's|AUDIO_BLOCK_SAMPLES|n_samples|g' Synth_Dexed/src/dexed.cpp # FIXME: Remove this line once upstreamed - name: Install toolchains run: | set -ex