浏览代码

Update firmware_build.yml

Alex Perez 2 年之前
父节点
当前提交
e84fcdc697
共有 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: |
-          sudo pip install platformio
+          pip install platformio
       
       - name: Build firmware
         run: |