浏览代码

Update firmware_build.yml

Alex Perez 2 年之前
父节点
当前提交
0ad1193b9f
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .github/workflows/firmware_build.yml

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

@@ -7,8 +7,8 @@ on:
 
 jobs:
   build_firmware:
-    name: RHC-internal
-    runs-on: self-hosted
+    name: Build firmware on Ubuntu 20.04
+    runs-on: ubuntu-20.04
     
     steps:
       - name: Check out code from GitHub
@@ -18,8 +18,8 @@ jobs:
           fetch-depth: "0"
       
       - name: Install platformio
-       run: |
-          pip install platformio
+        run: |
+          sudo pip install platformio
       
       - name: Build firmware
         run: |