We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fe35a commit 68ec0dbCopy full SHA for 68ec0db
.github/scripts/install-arduino-core-esp32.sh
@@ -15,7 +15,7 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
15
pip install requests > /dev/null
16
fi
17
18
- if [ "$GITHUB_REPOSITORY" == "espressif/arduino-esp32" ]; then
+ if [ ! -z "$GITHUB_REPOSITORY" ]; then
19
echo "Linking Core..."
20
ln -s $GITHUB_WORKSPACE esp32
21
else
0 commit comments