Skip to content

Commit

Permalink
Try to fix msbuild pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed May 17, 2024
1 parent 853f9b8 commit b88b2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-x32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
with:
vs-version: '15.9'

- name: Bind MSVC problem matcher
uses: ammaraskar/msvc-problem-matcher@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
with:
vs-version: '15.9'

- name: Bind MSVC problem matcher
uses: ammaraskar/msvc-problem-matcher@master
Expand Down

0 comments on commit b88b2b5

Please sign in to comment.