build: Add GCC problem matcher to build tests

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-02-12 11:12:51 +00:00 committed by Hans-Kristian Arntzen
parent 7bb8346553
commit fb024f493f
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ jobs:
with:
submodules: recursive
- name: Setup problem matcher
uses: Joshua-Ashton/gcc-problem-matcher@v1
- name: Build MinGW x86
id: build-mingw-x86
uses: Joshua-Ashton/arch-mingw-github-action@v5