Remove redundant cp

[ci skip]
pull/873/head
probonopd 6 hours ago committed by GitHub
parent 13e64b6e59
commit 8af451ef3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml

@ -65,7 +65,6 @@ jobs:
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/
cp ./wpa_supplicant.conf sdcard/
echo "usbspeed=full" > sdcard/cmdline.txt
# Performances
git clone https://github.com/Banana71/Soundplantage --depth 1 # depth 1 means only the latest commit

Loading…
Cancel
Save