Skip to content

Commit

Permalink
fix: remove msvs_version setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 16, 2024
1 parent 09957e3 commit 6d254bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
args: -h
- run: choco install visualstudio2019-workload-vctools -y

- 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
# - 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

# - run: powershell "npm i -g windows-build-tools"
- name: Install Dependencies
Expand Down

0 comments on commit 6d254bd

Please sign in to comment.