diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8df5911..1d94de8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: - name: Get specific commits of git submodules run: | sh -ex ./submod.sh + sed -i -e 's|int E;|int32_t E;|g' Synth_Dexed/src/compressor.h # https://codeberg.org/dcoredump/Synth_Dexed/pulls/9 - name: Install toolchains run: | set -ex