Skip to content

Commit

Permalink
Remove "usbspeed=full"
Browse files Browse the repository at this point in the history
Should no longer be needed with f784824

#39 (comment)
  • Loading branch information
probonopd authored Mar 11, 2022
1 parent f784824 commit 29ee395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
cp -r ./circle-stdlib/libs/circle/boot/* sdcard
rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux
cp ./src/config.txt ./src/minidexed.ini ./src/*img sdcard/
echo "usbspeed=full" > sdcard/cmdline.txt
# echo "usbspeed=full" > sdcard/cmdline.txt
"" > sdcard/cmdline.txt
cd sdcard
cp ../kernels/* . || true
zip -r ../MiniDexed_$GITHUB_RUN_NUMBER_$(date +%Y-%m-%d).zip *
Expand Down

0 comments on commit 29ee395

Please sign in to comment.