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: