fix(ci): use the dev branch of PlatformIO (#5432)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-23 10:51:26 +01:00
committed by GitHub
parent 5ec8de60cc
commit 27e79328aa

View File

@@ -16,5 +16,7 @@ jobs:
python-version: '3.9' python-version: '3.9'
- name: Install PlatformIO Core - name: Install PlatformIO Core
run: pip install --upgrade platformio run: pip install --upgrade platformio
- name: Switch to the development version
run: pio upgrade --dev
- name: Publish - name: Publish
run: pio pkg publish --owner lvgl . run: pio pkg publish --owner lvgl .