Browse Source

Update firmware_build.yml

Alex Perez 2 years ago
parent
commit
927d21470d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/firmware_build.yml

+ 1 - 1
.github/workflows/firmware_build.yml

@@ -21,7 +21,7 @@ jobs:
       
       - name: Install platformio
         run: |
-          pip install platformio
+          pip install -U platformio
       
       - name: Build firmware
         run: |