Przeglądaj źródła

Update firmware_build.yml

Alex Perez 2 lat temu
rodzic
commit
927d21470d
1 zmienionych plików z 1 dodań i 1 usunięć
  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: |