Browse Source

Merge pull request #68543 from DarkKilauea/msvc-problem-matcher

Rémi Verschelde 2 years ago
parent
commit
ee43b7da28
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/windows_builds.yml

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

@@ -45,10 +45,12 @@ jobs:
           cache-name: ${{ matrix.cache-name }}
         continue-on-error: true
 
-
       - 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: