mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
fix ci
This commit is contained in:
@@ -14,4 +14,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: apt-get install libpng-dev; cd tests; python ./build.py
|
run: sudo apt-get install libpng-dev; cd tests; python ./build.py
|
||||||
|
|||||||
Reference in New Issue
Block a user