Skip to content

Commit 9c23d61

Browse files
committed
Testing gcc-problem-matcher on ci/workflow
1 parent 3e7e372 commit 9c23d61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: ./build.sh
3535
- name: configure ${{ matrix.configure.label }}
3636
run: ./configure ${{ matrix.configure.opt }}
37+
- uses: ammaraskar/gcc-problem-matcher@master
3738
- name: make
3839
run: make -j `nproc`
3940
- name: check
@@ -67,6 +68,7 @@ jobs:
6768
run: ./build.sh
6869
- name: configure ${{ matrix.configure.label }}
6970
run: ./configure ${{ matrix.configure.opt }}
71+
- uses: ammaraskar/gcc-problem-matcher@master
7072
- name: make
7173
run: make -j `nproc`
7274
- name: check

0 commit comments

Comments
 (0)