Skip to content

Commit

Permalink
fix: add choco
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 15, 2024
1 parent 19f2609 commit 09957e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
args: -h
- run: choco install visualstudio2019-workload-vctools -y

- run: echo "; msvs_version=2019" >> ~/.npmrc
- run: echo "; msvs_version=2022" >> ~/.npmrc
- run: npm config get msvs_version
- run: npm config set msvs_version 2019 --global
- run: npm config get msvs_version
Expand Down

0 comments on commit 09957e3

Please sign in to comment.