Browse Source

💚 Use PIO-develop for CI

FB4S_WIFI
Scott Lahteine 3 years ago
parent
commit
9df0dbc981
  1. 2
      .github/workflows/test-builds.yml

2
.github/workflows/test-builds.yml

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

Loading…
Cancel
Save