Skip to content

Commit 1cabb07

Browse files
committed
fixes CI script to copy platform.local.txt
1 parent 7de323a commit 1cabb07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/scripts/install-arduino-core-esp32.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ if [ ! -d "$ARDUINO_ESP32_PATH" ]; then
2121
else
2222
echo "Cloning Core Repository..."
2323
git clone https://github.com/espressif/arduino-esp32.git esp32 > /dev/null 2>&1
24-
echo "Copying CI restrictive warning settings from tools/platform.local.txt"
25-
cp tools/platform.local.txt .
2624
fi
2725

2826
#echo "Updating Submodules ..."
2927
cd esp32
3028
#git submodule update --init --recursive > /dev/null 2>&1
3129

30+
echo "Copying CI restrictive warning settings from tools/platform.local.txt"
31+
cp tools/platform.local.txt .
32+
3233
echo "Installing Platform Tools ..."
3334
cd tools && python get.py
3435
cd $script_init_path

0 commit comments

Comments
 (0)