Skip to content

Commit c7f6ce1

Browse files
authored
Merge pull request #21 from gojimmypi/pr-arduino-testing
Correct wolfssl-examples script fetch branch
2 parents acd4b68 + 5e9321d commit c7f6ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arduino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)