From ab3f1ba23572d81435bfee82fcd8dd0a0bfe4f47 Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 1 May 2025 10:25:34 +0200 Subject: [PATCH] Remove patching [ci skip] --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4030af..3f3a2fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,11 +39,6 @@ jobs: wget -q https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz tar xf gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz - # Patch Synth_Dexed until the fix is merged upstream; see https://github.com/probonopd/MiniDexed/issues/889 - - name: Patch Synth_Dexed - run: | - ( cd Synth_Dexed ; patch -p1 < ../src/patches/dx7note.patch ) - - name: Build for Raspberry Pi 5 (64-bit) run: | set -ex @@ -129,11 +124,6 @@ jobs: wget -q https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-arm-none-eabi.tar.xz tar xf gcc-arm-10.3-2021.07-x86_64-arm-none-eabi.tar.xz - # Patch Synth_Dexed until the fix is merged upstream; see https://github.com/probonopd/MiniDexed/issues/889 - - name: Patch Synth_Dexed - run: | - ( cd Synth_Dexed ; patch -p1 < ../src/patches/dx7note.patch ) - - name: Build for Raspberry Pi 2 (32-bit) run: | set -ex