Skip to content

Commit

Permalink
Use microsoft/setup-msbuild for Windows workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Nov 19, 2020
1 parent a303ec3 commit aa63212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
cd Build
cmake -G "Visual Studio 16 2019" -A x64 ..
shell: bash
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: build-plugin
run: |
cd Build
Expand Down

0 comments on commit aa63212

Please sign in to comment.