1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

ci(micropython) add GCC problem matcher

This commit is contained in:
embeddedt 2021-10-09 08:11:54 -04:00 committed by GitHub
parent 038b78122e
commit ab316a07bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ jobs:
matrix: matrix:
port: ['unix', 'esp32', 'stm32'] port: ['unix', 'esp32', 'stm32']
steps: steps:
- uses: ammaraskar/gcc-problem-matcher@master
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse" sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"