From d3641c9d0d6f2eb96391e5249d6dc21c4baa3417 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Mon, 31 Oct 2022 16:21:33 +0100 Subject: Add GCC problem matcher to CI --- .github/workflows/linux_builds.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 3a92b8ffb4..95d216deb3 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -102,6 +102,9 @@ jobs: with: dotnet-version: '6.0.x' + - name: Setup GCC problem matcher + uses: ammaraskar/gcc-problem-matcher@master + - name: Compilation uses: ./.github/actions/godot-build with: -- cgit v1.2.3