diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-05-10 17:56:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 17:56:31 +0100 |
| commit | 3a717cd7f087a08d80c812db204cb942170754b2 (patch) | |
| tree | ff6a1c264d4710f42755a4ded5c29c77e4b2d0d6 | |
| parent | 5d82b9890c793a6efda41c50e4bef3d8fe095d4d (diff) | |
| parent | 811d474ef0c5d5ea06bb80ba6eb5bbf401ce43d8 (diff) | |
Merge pull request #452 from abrender/fixplatformio
Pin platformio to verison 6.1.6.
| -rw-r--r-- | .github/workflows/pio_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 379983d..e5ed4c6 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -50,7 +50,7 @@ jobs: with: python-version: '3.x' - name: Install Platformio - run: pip install --upgrade platformio + run: pip install --upgrade platformio==6.1.6 - name: Run PlatformIO CI (Arduino) if: ${{ matrix.framework == 'Arduino'}} env: |
