Forráskód Böngészése

Update firmware_build.yml

Alex Perez 2 éve
szülő
commit
e84fcdc697
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: |