File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
- name : Configure Developer Command Prompt for Microsoft Visual C++
159
159
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
160
160
with :
161
- toolset : 14.40 # v2022
161
+ toolset : 14.42 # v2022
162
162
163
163
- name : Set SSL_CERT_FILE for model downloading for unit tests
164
164
run : echo SSL_CERT_FILE=$(python3 -m certifi) >> $env:GITHUB_ENV
Original file line number Diff line number Diff line change 88
88
if : runner.os == 'Windows'
89
89
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
90
90
with :
91
- toolset : 14.40 # v2022
91
+ toolset : 14.42 # v2022
92
92
93
93
- name : Build cpp samples
94
94
run : $INSTALL_DIR/samples/cpp/build_samples.sh -i $INSTALL_DIR -b $BUILD_DIR/cpp_samples
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
- name : Configure Developer Command Prompt for Microsoft Visual C++
159
159
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
160
160
with :
161
- toolset : 14.40 # v2022
161
+ toolset : 14.42 # v2022
162
162
163
163
- name : Set SSL_CERT_FILE for model downloading for unit tests
164
164
run : echo SSL_CERT_FILE=$(python3 -m certifi) >> $env:GITHUB_ENV
You can’t perform that action at this time.
0 commit comments