浏览代码

Merge pull request #68538 from raulsntos/gcc-problem-matcher

Rémi Verschelde 2 年之前
父节点
当前提交
967c88fcd5
共有 1 个文件被更改,包括 3 次插入0 次删除
  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: