From 40d8eb27103d596f171c36c0ac2bef43af2cc9f6 Mon Sep 17 00:00:00 2001 From: Pierre Ferran Date: Wed, 24 Apr 2024 21:23:18 -0400 Subject: [PATCH] Tweak to msbuild --- .github/workflows/ci.yml | 3 ++- .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2c9429d..86a37088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a247ec7..a69d72f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'