We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587ba65 commit 9596794Copy full SHA for 9596794
1 file changed
runner.sh
@@ -1260,8 +1260,8 @@ shell_generate_compose_file() {
1260
" - -c" \
1261
" - |" \
1262
" set -e" \
1263
- " mkdir -p /home/runner/board /home/runner/tftp" \
1264
- " cd /home/runner/board" \
+ " mkdir -p /home/runner/tftp" \
+ " cd /home/runner/tftp" \
1265
" echo \"Attempting to download visionfive2 files...\"" \
1266
" if curl -fsSL --connect-timeout 30 --max-time 300 https://github.com/user-attachments/files/26230373/visionfive2.tar.gz -o visionfive2.tar.gz; then" \
1267
" echo \"Download successful, extracting...\"" \
0 commit comments