Skip to content

Commit

Permalink
Tweak to msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 25, 2024
1 parent 12ae526 commit 40d8eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
choco install visualstudio2017-workload-vctools
npm config set msvs_version 2017
npm config set msvs_version=2017
npm config set msvs-version=2017
- name: Update cmake
if: matrix.os != 'macos-latest'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
choco install visualstudio2017-workload-vctools
npm config set msvs_version 2017
npm config set msvs_version=2017
npm config set msvs-version=2017
- name: Update cmake
if: matrix.os != 'macos-latest'
Expand Down

0 comments on commit 40d8eb2

Please sign in to comment.