mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 03:25:28 +08:00
fix(ci): use the dev branch of PlatformIO (#5432)
This commit is contained in:
committed by
GitHub
parent
5ec8de60cc
commit
27e79328aa
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user