From 72b6c4062a966e211a6da654ff98294a7436ee05 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 9cc9fff9023..9ca91fc0400 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -72,6 +72,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: