From ab316a07bc4d89a633fdd00bc7ff8c5db4b00ad8 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sat, 9 Oct 2021 08:11:54 -0400 Subject: [PATCH] ci(micropython) add GCC problem matcher --- .github/workflows/build_micropython.yml | 1 + 1 file changed, 1 insertion(+) 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"