We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3898d89 commit 569ac74Copy full SHA for 569ac74
1 file changed
.github/workflows/arduino.yml
@@ -206,7 +206,9 @@ jobs:
206
pushd "$GITHUB_WORK"
207
echo "Updated pwd for wolfssl-examples clone fetch: $(pwd)"
208
209
- git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl-examples.git wolfssl-examples-publish
+ # git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl-examples.git wolfssl-examples-publish
210
+ git clone --depth 1 https://github.com/gojimmypi/wolfssl-examples.git wolfssl-examples-publish
211
+
212
cd ./wolfssl-examples-publish
213
echo "WOLFSSL_EXAMPLES_ROOT=$(pwd)"
214
0 commit comments