diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-11-11 22:57:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 22:57:01 +0100 |
commit | ee43b7da2877a53d2100cee96b47ac87b2db5447 (patch) | |
tree | f967fbf17e6fb18568bd3e5aa9c5621f1b0958ba | |
parent | 967c88fcd5363354c3fdda15436437b93dd4575f (diff) | |
parent | ed2c1d1c51a76ae77cac4b70a4e74f43a39d4ad4 (diff) |
Merge pull request #68543 from DarkKilauea/msvc-problem-matcher
-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: |