mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
fix(ci): use the dev branch of PlatformIO (#5432)
This commit is contained in:
parent
5ec8de60cc
commit
27e79328aa
2
.github/workflows/platformio_publish.yaml
vendored
2
.github/workflows/platformio_publish.yaml
vendored
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user