소스 검색

Update firmware_build.yml

Alex Perez 2 년 전
부모
커밋
d66c293fdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/firmware_build.yml

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

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