From d61011000432e36bda2dcd4aa57eebdf00c9f69b Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 9 Nov 2024 16:21:24 +0100 Subject: [PATCH] Patch properly --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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