Parcourir la source

Update firmware_build.yml

Alex Perez il y a 2 ans
Parent
commit
e84fcdc697
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/firmware_build.yml

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

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