We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ab2d7 commit 54e2cc2Copy full SHA for 54e2cc2
.github/workflows/arduino.yml
@@ -362,7 +362,7 @@ jobs:
362
363
# Fetch the compile script from repo: https://github.com/[$USER]/wolfssl-examples/
364
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"
+ curl -L "https://raw.githubusercontent.com/$REPO_OWNER/wolfssl-examples/master/Arduino/sketches/compile-all-examples.sh" \
366
-o "$WOLFSSL_EXAMPLES_DIRECTORY/compile-all-examples.sh"
367
368
# Check if the first line is "404: Not Found" - which would indicate the curl path above is bad.
0 commit comments