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

ci(cross) install build-essential

This commit is contained in:
embeddedt 2022-01-24 10:07:20 -05:00 committed by GitHub
parent 5c98ac8511
commit 772f219c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ jobs:
install: |
apt-get update -y
apt-get install -y gcc python3 libpng-dev ruby-full gcovr cmake
apt-get install -y build-essential
# Produce a binary artifact and place it in the mounted volume
run: |