summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-11-11 22:57:01 +0100
committerGitHub <noreply@github.com>2022-11-11 22:57:01 +0100
commitee43b7da2877a53d2100cee96b47ac87b2db5447 (patch)
treef967fbf17e6fb18568bd3e5aa9c5621f1b0958ba
parent967c88fcd5363354c3fdda15436437b93dd4575f (diff)
parented2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4 (diff)
Merge pull request #68543 from DarkKilauea/msvc-problem-matcher
-rw-r--r--.github/workflows/windows_builds.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index 31661e3f90..7f04c3475e 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.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: