Skip to content

Commit ec51a33

Browse files
committed
GHA: Add microsoft/setup-msbuild@v2 to install Visual Studio 2019
1 parent 4ecda1e commit ec51a33

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
VSAPPIDNAME: 'devenv.exe'
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Add msbuild to PATH
17+
uses: microsoft/setup-msbuild@v2
18+
with:
19+
vs-version: '[16.0,16.11]'
1620
- name: Fetch Visual Studio addons
1721
run: |
1822
Invoke-WebRequest -OutFile Installer.html -UseBasicParsing -SessionVariable session $env:EXTSITE

0 commit comments

Comments
 (0)