소스 검색

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: