Skip to content

Commit 569ac74

Browse files
author
gojimmypi
committed
alt pr wolfssl-examples-publish
1 parent 3898d89 commit 569ac74

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/arduino.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ jobs:
206206
pushd "$GITHUB_WORK"
207207
echo "Updated pwd for wolfssl-examples clone fetch: $(pwd)"
208208
209-
git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl-examples.git wolfssl-examples-publish
209+
# 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+
210212
cd ./wolfssl-examples-publish
211213
echo "WOLFSSL_EXAMPLES_ROOT=$(pwd)"
212214

0 commit comments

Comments
 (0)