Skip to content

Commit 54e2cc2

Browse files
committed
update for pr prep
1 parent 09ab2d7 commit 54e2cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
363363
# Fetch the compile script from repo: https://github.com/[$USER]/wolfssl-examples/
364364
echo "Fetching compile-all-examples.sh from REPO_OWNER=$REPO_OWNER"
365-
curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/master/Arduino/sketches/compile-all-examples.sh"
365+
curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/master/Arduino/sketches/compile-all-examples.sh" \
366366
-o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
367367
368368
# Check if the first line is "404: Not Found" - which would indicate the curl path above is bad.

0 commit comments

Comments
 (0)