From f1458941f598588364b72a1889de3958ac9bc343 Mon Sep 17 00:00:00 2001 From: Josh Jones Date: Fri, 11 Nov 2022 13:23:59 -0800 Subject: [PATCH] Add MSVC problem matcher to CI (cherry picked from commit ed2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4) --- .github/workflows/windows_builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index a3f59d30c72..6d5c97a6ebf 100644 --- a/.github/workflows/windows_builds.yml +++ b/.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: