Skip to content

Commit

Permalink
Install VS Tools 2022 in CI w/ chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Jan 3, 2025
1 parent 3f9ec04 commit 2178920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
# uses: microsoft/setup-msbuild@v2
# with:
# msbuild-architecture: arm64
- name: Install Visual Studio tools
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install visualstudio2022-workload-vctools -y
- run: npm install
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 2178920

Please sign in to comment.