Patch properly

update-Synth_Dexed-1
probonopd 5 days ago committed by GitHub
parent 69c3d43a7f
commit d610110004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .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

Loading…
Cancel
Save