Symlink dev-platform

This commit is contained in:
Ivan Kravets 2022-04-08 12:17:12 +03:00
parent e49272f13b
commit e08da697f0

View File

@ -25,7 +25,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -U https://github.com/platformio/platformio/archive/develop.zip pip install -U https://github.com/platformio/platformio/archive/develop.zip
platformio platform install file://. pio pkg install --global --platform symlink://.
- name: Build examples - name: Build examples
run: | run: |
platformio run -d ${{ matrix.example }} platformio run -d ${{ matrix.example }}