瀏覽代碼

Add MSVC problem matcher to CI

(cherry picked from commit ed2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4)
Josh Jones 2 年之前
父節點
當前提交
7b20f05db6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/windows_builds.yml

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

@@ -45,6 +45,9 @@ jobs:
       - name: Setup python and scons
         uses: ./.github/actions/godot-deps
 
+      - name: Setup MSVC problem matcher
+        uses: ammaraskar/msvc-problem-matcher@master
+
       - name: Compilation
         uses: ./.github/actions/godot-build
         with: