Skip to content

Commit c1946c7

Browse files
committed
Specify AR_USER
1 parent 86c577b commit c1946c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -z $IDF_TARGET ]; then
2626
fi
2727

2828
# Owner of the target ESP32 Arduino repository
29-
AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
29+
AR_USER="espressif"
3030

3131
# IDF commit to use
3232
#IDF_COMMIT=""

0 commit comments

Comments
 (0)