File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 run : |
2020 wget https://thundercomm.s3.ap-northeast-1.amazonaws.com/uploads/web/rubik-pi-3/20250331/FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
2121 unzip FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
22- rm FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
22+ rm -v FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
2323 - uses : pguyot/arm-runner-action@HEAD
2424 id : install_deps
2525 with :
2626 image_additional_mb : 1500
2727 bind_mount_repository : true
28- base_image : FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001/ufs/system.img
28+ base_image : file:// FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001/ufs/system.img
2929 commands : |
3030 chmod +x ./install_rubik.sh
3131 ./install_rubik.sh
You can’t perform that action at this time.
0 commit comments