diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d94de8..1ca6723 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +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 + sed -i -e 's|int32_t E;|int E;|g' Synth_Dexed/src/compressor.h # https://codeberg.org/dcoredump/Synth_Dexed/pulls/9 - name: Install toolchains run: | set -ex