Skip to content

Commit

Permalink
Add MSVC problem matcher to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkKilauea committed Nov 11, 2022
1 parent d2bd8e5 commit ed2c1d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed2c1d1

Please sign in to comment.