Skip to content

Commit 9f76204

Browse files
committed
try and use x notation for toolset
1 parent d45efc5 commit 9f76204

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
uses: ilammy/msvc-dev-cmd@v1
8484
with:
8585
arch: x86
86-
toolset: 14.1
86+
toolset: 14.1X
8787

8888
- name: Setup MSVC (x64)
8989
if: matrix.platform == 'x64'
9090
uses: ilammy/msvc-dev-cmd@v1
9191
with:
9292
arch: x64
93-
toolset: 14.1
93+
toolset: 14.1X
9494

9595
- name: Install Ninja
9696
run: choco install ninja
@@ -120,14 +120,14 @@ jobs:
120120
uses: ilammy/msvc-dev-cmd@v1
121121
with:
122122
arch: x86
123-
toolset: 14.2
123+
toolset: 14.2X
124124

125125
- name: Setup MSVC (x64)
126126
if: matrix.platform == 'x64'
127127
uses: ilammy/msvc-dev-cmd@v1
128128
with:
129129
arch: x64
130-
toolset: 14.2
130+
toolset: 14.2X
131131

132132
- name: Install Ninja
133133
run: choco install ninja
@@ -157,14 +157,14 @@ jobs:
157157
uses: ilammy/msvc-dev-cmd@v1
158158
with:
159159
arch: x86
160-
toolset: 14.3
160+
toolset: 14.3X
161161

162162
- name: Setup MSVC (x64)
163163
if: matrix.platform == 'x64'
164164
uses: ilammy/msvc-dev-cmd@v1
165165
with:
166166
arch: x64
167-
toolset: 14.3
167+
toolset: 14.3X
168168

169169
- name: Install Ninja
170170
run: choco install ninja

0 commit comments

Comments
 (0)