From 01ed2a87006253fe8448c7e54b4f4a1fe722d2d6 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Mon, 31 Oct 2022 16:21:33 +0100 Subject: [PATCH] Add GCC problem matcher to CI (cherry picked from commit d3641c9d0d6f2eb96391e5249d6dc21c4baa3417) --- .github/workflows/linux_builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 8e838222631..97e6dc0a3ad 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -71,6 +71,9 @@ jobs: - name: Setup python and scons uses: ./.github/actions/godot-deps + - name: Setup GCC problem matcher + uses: ammaraskar/gcc-problem-matcher@master + - name: Compilation uses: ./.github/actions/godot-build with: