Răsfoiți Sursa

Add GCC problem matcher to CI

Raul Santos 2 ani în urmă
părinte
comite
d3641c9d0d
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      .github/workflows/linux_builds.yml

+ 3 - 0
.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: