summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJosh Jones <kilauea.jones@gmail.com>2022-11-11 13:23:59 -0800
committerJosh Jones <kilauea.jones@gmail.com>2022-11-11 13:23:59 -0800
commited2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4 (patch)
tree1c2e1b9f081cf21b45c590bab21c752fa0ab0f1f /.github
parentd2bd8e5289d67d94ab9c087a6308eaebd4eea91a (diff)
Add MSVC problem matcher to CI
Diffstat (limited to '.github')
-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: