From e0408ef0a1057e6da040378a4d7336642810c295 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 10 Dec 2020 11:22:50 -0300 Subject: [PATCH] Testing gcc-problem-matcher on ci/workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e7faa07..3d441791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: run: ./build.sh - name: configure ${{ matrix.configure.label }} run: ./configure ${{ matrix.configure.opt }} + - uses: ammaraskar/gcc-problem-matcher@master - name: make run: make -j `nproc` - name: check @@ -67,6 +68,7 @@ jobs: run: ./build.sh - name: configure ${{ matrix.configure.label }} run: ./configure ${{ matrix.configure.opt }} + - uses: ammaraskar/gcc-problem-matcher@master - name: make run: make -j `nproc` - name: check