File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ jobs:
218
218
python-version : 3.9
219
219
- name : Configure Developer Command Prompt for Microsoft Visual C++
220
220
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
221
+ with :
222
+ toolset : 14.29
221
223
- run : curl --output ov.zip ${{ env.w_ov_link }}
222
224
- run : unzip -d ov ov.zip
223
225
- run : dirs=(ov/*) && mv ov/*/* ov && rmdir "${dirs[@]}"
@@ -741,6 +743,8 @@ jobs:
741
743
python-version : 3.9
742
744
- name : Configure Developer Command Prompt for Microsoft Visual C++
743
745
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
746
+ with :
747
+ toolset : 14.29
744
748
- name : Install OpenVINO
745
749
run : |
746
750
curl --output ov.zip ${{ env.w_ov_link }}
Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ jobs:
121
121
122
122
- name : Configure Developer Command Prompt for Microsoft Visual C++
123
123
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
124
+ with :
125
+ toolset : 14.29
124
126
125
127
- name : CMake configure - OpenVINO
126
128
run : |
@@ -226,6 +228,8 @@ jobs:
226
228
227
229
- name : Configure Developer Command Prompt for Microsoft Visual C++
228
230
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
231
+ with :
232
+ toolset : 14.29
229
233
230
234
- name : Build genai libs
231
235
run : |
@@ -290,6 +294,8 @@ jobs:
290
294
291
295
- name : Configure Developer Command Prompt for Microsoft Visual C++
292
296
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
297
+ with :
298
+ toolset : 14.29
293
299
294
300
- name : Build genai libs
295
301
run : |
@@ -357,6 +363,8 @@ jobs:
357
363
358
364
- name : Configure Developer Command Prompt for Microsoft Visual C++
359
365
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
366
+ with :
367
+ toolset : 14.29
360
368
361
369
- name : Build genai libs
362
370
run : |
You can’t perform that action at this time.
0 commit comments