瀏覽代碼

Use development version of PlatformIO (#18724)

Ivan Kravets 3 年之前
父節點
當前提交
f1ffca1d2d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .github/workflows/test-builds.yml

+ 1
- 1
.github/workflows/test-builds.yml 查看文件

@@ -105,7 +105,7 @@ jobs:
105 105
 
106 106
     - name: Install PlatformIO
107 107
       run: |
108
-        pip install -U https://github.com/platformio/platformio-core/archive/master.zip
108
+        pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
109 109
         platformio update
110 110
 
111 111
     - name: Check out the PR

Loading…
取消
儲存