From 7b8d4119c7ab9c750b434a285869a421c567576a Mon Sep 17 00:00:00 2001 From: halx99 Date: Tue, 26 Sep 2023 00:56:43 +0800 Subject: [PATCH] Setup msvc14.37 for github CI --- .github/workflows/pr.yml | 6 ++++-- .github/workflows/windows.yml | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) 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