We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eabcd8 commit 4045cb4Copy full SHA for 4045cb4
.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