1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Merge 91cfb708560515596187723a6c4bf80e7fa9855b into dev

This commit is contained in:
github-actions[bot] 2020-08-31 12:10:04 +00:00 committed by GitHub
commit b7baa01bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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