diff --git a/.github/workflows/build_micropython.yml b/.github/workflows/build_micropython.yml index 4a726a2db..a3f0a2397 100644 --- a/.github/workflows/build_micropython.yml +++ b/.github/workflows/build_micropython.yml @@ -12,6 +12,7 @@ jobs: matrix: port: ['unix', 'esp32', 'stm32'] steps: + - uses: ammaraskar/gcc-problem-matcher@master - name: Install Dependencies run: | sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"