diff options
author | Josh Jones <kilauea.jones@gmail.com> | 2022-11-11 13:23:59 -0800 |
---|---|---|
committer | Josh Jones <kilauea.jones@gmail.com> | 2022-11-11 13:23:59 -0800 |
commit | ed2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4 (patch) | |
tree | 1c2e1b9f081cf21b45c590bab21c752fa0ab0f1f | |
parent | d2bd8e5289d67d94ab9c087a6308eaebd4eea91a (diff) |
Add MSVC problem matcher to CI
-rw-r--r-- | .github/workflows/windows_builds.yml | 4 |
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: |