aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAvi B <474746+abrender@users.noreply.github.com>2023-05-10 12:58:22 -0400
committerGitHub <noreply@github.com>2023-05-10 12:58:22 -0400
commit8deca4418d60d74732cbaf1db77b9d3d0452a1db (patch)
tree012d527e8934427cdd693128b7b0b676acd61b1b /.github/workflows
parentd2924444fa21a2b5f862394f29e5322f5f11c90d (diff)
parent3a717cd7f087a08d80c812db204cb942170754b2 (diff)
Merge branch 'mrfaptastic:master' into fix-esp-idf
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pio_build.yml2
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: