소스 검색

💚 Use PIO-develop for CI

Scott Lahteine 2 년 전
부모
커밋
aca0d3dba5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .github/workflows/test-builds.yml

+ 1
- 1
.github/workflows/test-builds.yml 파일 보기

@@ -137,7 +137,7 @@ jobs:
137 137
 
138 138
     - name: Install PlatformIO
139 139
       run: |
140
-        pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
140
+        pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
141 141
         platformio update
142 142
 
143 143
     - name: Run ${{ matrix.test-platform }} Tests

Loading…
취소
저장