From 5508689ea3ac8309ea39b52a6c079cf76288092b Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Mon, 13 Apr 2020 12:47:34 +0300 Subject: [PATCH] Update install-platformio-esp32.sh --- .github/scripts/install-platformio-esp32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install-platformio-esp32.sh b/.github/scripts/install-platformio-esp32.sh index ce6de4a2..65dc0c40 100755 --- a/.github/scripts/install-platformio-esp32.sh +++ b/.github/scripts/install-platformio-esp32.sh @@ -9,7 +9,7 @@ echo "Installing PlatformIO ..." pip install -U https://github.com/platformio/platformio/archive/develop.zip > /dev/null 2>&1 echo "Installing Platform ESP32 ..." -python -m platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage > /dev/null 2>&1 +python -m platformio platform install https://github.com/platformio/platform-espressif32.git > /dev/null 2>&1 echo "Replacing the framework version ..." if [[ "$OSTYPE" == "darwin"* ]]; then