Use `n_samples` in Synth_Dexed/src/dexed.cpp

FIXME: Remove this line once upstreamed
pull/44/head
probonopd 3 years ago committed by GitHub
parent 0b5638fff1
commit 71c5c55aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml

@ -20,6 +20,7 @@ jobs:
run: | run: |
set -ex set -ex
git submodule update --init --recursive 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 - name: Install toolchains
run: | run: |
set -ex set -ex

Loading…
Cancel
Save