From da41d14a7c09f38218c36a3dc5ea45fa7f2d4027 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 3 May 2025 13:03:57 +0200 Subject: [PATCH] Use boot.zip instead --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6133295..a1306fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,10 @@ jobs: # make armstub64 # cd - # cp -r ./circle-stdlib/libs/circle/boot/* sdcard + cd ./sdcard + wget https://github.com/probonopd/MiniDexed/releases/download/assets/boot.zip + unzip boot.zip && rm boot zip + cd .. rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux cp ./src/config.txt ./src/minidexed.ini ./src/performance.ini sdcard/ cp ./getsysex.sh sdcard/