From ed2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4 Mon Sep 17 00:00:00 2001 From: Josh Jones Date: Fri, 11 Nov 2022 13:23:59 -0800 Subject: Add MSVC problem matcher to CI --- .github/workflows/windows_builds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3