Remove patch no longer needed

update-Synth_Dexed-1
probonopd 6 days ago committed by GitHub
parent d98bc80d1a
commit 820aeb33fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/build.yml

@ -19,7 +19,10 @@ jobs:
- name: Get specific commits of git submodules - name: Get specific commits of git submodules
run: | run: |
sh -ex ./submod.sh sh -ex ./submod.sh
sed -i -e 's|int32_t E;|int E;|g' Synth_Dexed/src/compressor.h # https://codeberg.org/dcoredump/Synth_Dexed/pulls/9 - name: Apply patches
run: |
# Put git hash in startup message
sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp
- name: Install toolchains - name: Install toolchains
run: | run: |
set -ex set -ex

Loading…
Cancel
Save