Browse Source

Update firmware_build.yml

Alex Perez 2 years ago
parent
commit
e84fcdc697
1 changed files with 1 additions and 1 deletions
  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: |