Ver Fonte

Add GCC problem matcher to CI

Raul Santos há 2 anos atrás
pai
commit
d3641c9d0d
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/linux_builds.yml

+ 3 - 0
.github/workflows/linux_builds.yml

@@ -102,6 +102,9 @@ jobs:
         with:
         with:
           dotnet-version: '6.0.x'
           dotnet-version: '6.0.x'
 
 
+      - name: Setup GCC problem matcher
+        uses: ammaraskar/gcc-problem-matcher@master
+
       - name: Compilation
       - name: Compilation
         uses: ./.github/actions/godot-build
         uses: ./.github/actions/godot-build
         with:
         with: