Skip to content

Commit 9596794

Browse files
committed
fix: change visionfive2 config path
1 parent 587ba65 commit 9596794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,8 @@ shell_generate_compose_file() {
12601260
" - -c" \
12611261
" - |" \
12621262
" set -e" \
1263-
" mkdir -p /home/runner/board /home/runner/tftp" \
1264-
" cd /home/runner/board" \
1263+
" mkdir -p /home/runner/tftp" \
1264+
" cd /home/runner/tftp" \
12651265
" echo \"Attempting to download visionfive2 files...\"" \
12661266
" if curl -fsSL --connect-timeout 30 --max-time 300 https://github.com/user-attachments/files/26230373/visionfive2.tar.gz -o visionfive2.tar.gz; then" \
12671267
" echo \"Download successful, extracting...\"" \

0 commit comments

Comments
 (0)