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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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