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: