Skip to content

Commit 5d9168c

Browse files
committed
fix vsversion in CI
1 parent 5611f4a commit 5d9168c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/MainCI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
libraryType: [Static]
91-
version: [14.0, 15.0, 16.0, 17.0]
91+
version: ["2015", "2017", "2019", "2022"]
9292
os: [windows-2022]
9393

9494
runs-on: ${{ matrix.os }}
9595

9696
steps:
9797
- uses: actions/checkout@v3
9898

99-
- name: Enable Developer Command Prompt
99+
- name: Install Msvc
100100
uses: ilammy/msvc-dev-cmd@v1.12.1
101101
with:
102-
toolset: ${{ matrix.version }}
102+
vsversion: ${{ matrix.version }}
103103

104104
- name: Install Conan Packages
105105
uses: ./.github/actions/conan-install

0 commit comments

Comments
 (0)