Skip to content

Commit bf56e15

Browse files
committed
full msvc toolset name
1 parent 9f76204 commit bf56e15

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt-get update && sudo apt-get install -y ninja-build
2323

2424
- name: Configure CMake
25-
run: cmake -H. -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
25+
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
2626

2727
- name: Build
2828
run: ninja -C build
@@ -59,7 +59,7 @@ jobs:
5959
run: choco install ninja
6060

6161
- name: Configure CMake
62-
run: cmake -H. -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
62+
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
6363

6464
- name: Build
6565
run: ninja -C build
@@ -83,20 +83,20 @@ jobs:
8383
uses: ilammy/msvc-dev-cmd@v1
8484
with:
8585
arch: x86
86-
toolset: 14.1X
86+
toolset: 14.15
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.1X
93+
toolset: 14.15
9494

9595
- name: Install Ninja
9696
run: choco install ninja
9797

9898
- name: Configure CMake
99-
run: cmake -H. -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
99+
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
100100

101101
- name: Build
102102
run: ninja -C build
@@ -120,20 +120,20 @@ jobs:
120120
uses: ilammy/msvc-dev-cmd@v1
121121
with:
122122
arch: x86
123-
toolset: 14.2X
123+
toolset: 14.29
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.2X
130+
toolset: 14.29
131131

132132
- name: Install Ninja
133133
run: choco install ninja
134134

135135
- name: Configure CMake
136-
run: cmake -H. -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
136+
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
137137

138138
- name: Build
139139
run: ninja -C build
@@ -157,20 +157,20 @@ jobs:
157157
uses: ilammy/msvc-dev-cmd@v1
158158
with:
159159
arch: x86
160-
toolset: 14.3X
160+
toolset: 14.44
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.3X
167+
toolset: 14.44
168168

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

172172
- name: Configure CMake
173-
run: cmake -H. -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
173+
run: cmake -B./build -DJSON_STRUCT_OPT_BUILD_BENCHMARKS=OFF -GNinja
174174

175175
- name: Build
176176
run: ninja -C build

0 commit comments

Comments
 (0)