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 @@ -237,7 +237,7 @@ jobs:
237237
238238 # Fetch script and board list into WOLFSSL_EXAMPLES_DIRECTORY
239239 # TODO edit PR branch path:
240- curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/examples_dev /Arduino/sketches/board_list_v5.8.2.txt" -o "$WOLFSSL_EXAMPLES_DIRECTORY/board_list.txt"
240+ curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/master /Arduino/sketches/board_list_v5.8.2.txt" -o "$WOLFSSL_EXAMPLES_DIRECTORY/board_list.txt"
241241
242242 # Check if the first line is "404: Not Found" - which would indicate the curl path above is bad.
243243 FILE="$WOLFSSL_EXAMPLES_DIRECTORY/board_list.txt"
@@ -254,7 +254,7 @@ jobs:
254254 exit 1
255255 fi
256256
257- curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/examples_dev /Arduino/sketches/compile-all-examples.sh" -o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
257+ curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/master /Arduino/sketches/compile-all-examples.sh" -o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
258258
259259 # Check if the first line is "404: Not Found" - which would indicate the curl path above is bad.
260260 FILE="$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
You can’t perform that action at this time.
0 commit comments