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: