From 9df0dbc981ae528b30874d47cc187eb7cc42a55d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 20 Apr 2022 04:30:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Use=20PIO-develop=20for=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 c50a15399d..d68c92fb29 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -137,7 +137,7 @@ jobs: - name: Install PlatformIO run: | - pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip + pip install -U https://github.com/platformio/platformio-core/archive/develop.zip platformio update - name: Run ${{ matrix.test-platform }} Tests