Skip to content

Commit 56365c2

Browse files
committed
Use older MSVC toolchain version
1 parent 41f1e7b commit 56365c2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/causal_lm_cpp.yml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ jobs:
218218
python-version: 3.9
219219
- name: Configure Developer Command Prompt for Microsoft Visual C++
220220
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
221+
with:
222+
toolset: 14.29
221223
- run: curl --output ov.zip ${{ env.w_ov_link }}
222224
- run: unzip -d ov ov.zip
223225
- run: dirs=(ov/*) && mv ov/*/* ov && rmdir "${dirs[@]}"
@@ -741,6 +743,8 @@ jobs:
741743
python-version: 3.9
742744
- name: Configure Developer Command Prompt for Microsoft Visual C++
743745
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
746+
with:
747+
toolset: 14.29
744748
- name: Install OpenVINO
745749
run: |
746750
curl --output ov.zip ${{ env.w_ov_link }}

.github/workflows/windows.yml

+8
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
122122
- name: Configure Developer Command Prompt for Microsoft Visual C++
123123
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
124+
with:
125+
toolset: 14.29
124126

125127
- name: CMake configure - OpenVINO
126128
run: |
@@ -226,6 +228,8 @@ jobs:
226228
227229
- name: Configure Developer Command Prompt for Microsoft Visual C++
228230
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
231+
with:
232+
toolset: 14.29
229233

230234
- name: Build genai libs
231235
run: |
@@ -290,6 +294,8 @@ jobs:
290294
291295
- name: Configure Developer Command Prompt for Microsoft Visual C++
292296
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
297+
with:
298+
toolset: 14.29
293299

294300
- name: Build genai libs
295301
run: |
@@ -357,6 +363,8 @@ jobs:
357363
358364
- name: Configure Developer Command Prompt for Microsoft Visual C++
359365
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
366+
with:
367+
toolset: 14.29
360368

361369
- name: Build genai libs
362370
run: |

0 commit comments

Comments
 (0)