Browse Source

Add GCC problem matcher to CI

(cherry picked from commit d3641c9d0d6f2eb96391e5249d6dc21c4baa3417)
Raul Santos 2 năm trước cách đây
mục cha
commit
72b6c4062a

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

@@ -72,6 +72,9 @@ jobs:
       - name: Setup python and scons
       - name: Setup python and scons
         uses: ./.github/actions/godot-deps
         uses: ./.github/actions/godot-deps
 
 
+      - 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: