Skip to content

Commit 1b5c4d9

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/install-platformio-esp32.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ else
4848
git clone --recursive https://github.com/espressif/arduino-esp32.git "$PLATFORMIO_ESP32_PATH" > /dev/null 2>&1
4949
fi
5050

51+
echo "Copying CI restrictive warning settings from tools/platform.local.txt"
52+
cd "$PLATFORMIO_ESP32_PATH" && cp tools/platform.local.txt .
53+
5154
echo "PlatformIO for ESP32 has been installed"
5255
echo ""
5356

0 commit comments

Comments
 (0)