浏览代码

Update firmware_build.yml

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

+ 5 - 3
.github/workflows/firmware_build.yml

@@ -7,8 +7,10 @@ on:
 
 
 jobs:
 jobs:
   build_firmware:
   build_firmware:
-    name: Build firmware on Ubuntu 20.04
-    runs-on: ubuntu-20.04
+    name: RHC-internal
+    runs-on: self-hosted
+#    name: Build firmware on Ubuntu 20.04
+#    runs-on: ubuntu-20.04
     
     
     steps:
     steps:
       - name: Check out code from GitHub
       - name: Check out code from GitHub
@@ -19,7 +21,7 @@ jobs:
       
       
       - name: Install platformio
       - name: Install platformio
         run: |
         run: |
-          sudo pip install platformio
+          pip install platformio
       
       
       - name: Build firmware
       - name: Build firmware
         run: |
         run: |