We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9ec04 commit 2178920Copy full SHA for 2178920
.github/workflows/prebuild.yml
@@ -53,6 +53,10 @@ jobs:
53
# uses: microsoft/setup-msbuild@v2
54
# with:
55
# 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
60
- run: npm install
61
- run: npm run build
62
- run: npm test
0 commit comments