Skip to content

Commit 2178920

Browse files
committed
Install VS Tools 2022 in CI w/ chocolatey
1 parent 3f9ec04 commit 2178920

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prebuild.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
# uses: microsoft/setup-msbuild@v2
5454
# with:
5555
# msbuild-architecture: arm64
56+
- name: Install Visual Studio tools
57+
uses: crazy-max/ghaction-chocolatey@v3
58+
with:
59+
args: install visualstudio2022-workload-vctools -y
5660
- run: npm install
5761
- run: npm run build
5862
- run: npm test

0 commit comments

Comments
 (0)