diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0fce33a33f..3382dd08cd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,8 @@ jobs: with: submodules: 'recursive' - uses: ilammy/msvc-dev-cmd@v1.12.1 - with: + with: + toolset: '14.37' arch: ${{ env.BUILD_ARCH }} - name: Build shell: pwsh @@ -32,7 +33,8 @@ jobs: with: submodules: 'recursive' - uses: ilammy/msvc-dev-cmd@v1.12.1 - with: + with: + toolset: '14.37' arch: x64 uwp: true - name: Build diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 12c6dd43bf..1c93e4a563 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,8 @@ jobs: with: submodules: 'recursive' - uses: ilammy/msvc-dev-cmd@v1.12.1 - with: + with: + toolset: '14.37' arch: 'x64' - name: Build shell: pwsh @@ -37,7 +38,8 @@ jobs: with: submodules: 'recursive' - uses: ilammy/msvc-dev-cmd@v1.12.1 - with: + with: + toolset: '14.37' arch: 'x64' - name: Build shell: pwsh @@ -54,7 +56,8 @@ jobs: with: submodules: 'recursive' - uses: ilammy/msvc-dev-cmd@v1.12.1 - with: + with: + toolset: '14.37' arch: 'x64' uwp: true - name: Build