From 0ffd5aa743abb2d952c501f07c56f022583c20c6 Mon Sep 17 00:00:00 2001
From: Victor Oliveira <rhapsodyv@gmail.com>
Date: Sat, 22 Aug 2020 00:03:32 -0300
Subject: [PATCH] CI with PIO-dev (#19058)

---
 .github/workflows/test-builds.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml
index 1467f1b33f..fdb81fbdc9 100644
--- a/.github/workflows/test-builds.yml
+++ b/.github/workflows/test-builds.yml
@@ -106,7 +106,7 @@ jobs:
 
     - name: Install PlatformIO
       run: |
-        pip install -U https://github.com/platformio/platformio-core/archive/master.zip
+        pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
         platformio update
 
     - name: Check out the PR