File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ jobs:
203
203
204
204
cpp-greedy_causal_lm-windows :
205
205
runs-on : windows-latest
206
- if : ${{ false }} # TODO: fix Windows
207
206
env :
208
207
PYTHONIOENCODING : " utf8"
209
208
defaults :
@@ -218,6 +217,8 @@ jobs:
218
217
python-version : 3.9
219
218
- name : Configure Developer Command Prompt for Microsoft Visual C++
220
219
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
220
+ with :
221
+ toolset : 14.29
221
222
- run : curl --output ov.zip ${{ env.w_ov_link }}
222
223
- run : unzip -d ov ov.zip
223
224
- run : dirs=(ov/*) && mv ov/*/* ov && rmdir "${dirs[@]}"
@@ -726,7 +727,6 @@ jobs:
726
727
727
728
cpp-continuous-batching-windows :
728
729
runs-on : windows-latest
729
- if : ${{ false }} # TODO: fix Windows
730
730
env :
731
731
PYTHONIOENCODING : " utf8"
732
732
defaults :
@@ -741,6 +741,8 @@ jobs:
741
741
python-version : 3.9
742
742
- name : Configure Developer Command Prompt for Microsoft Visual C++
743
743
uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
744
+ with :
745
+ toolset : 14.29
744
746
- name : Install OpenVINO
745
747
run : |
746
748
curl --output ov.zip ${{ env.w_ov_link }}
Original file line number Diff line number Diff line change 71
71
72
72
lcm_dreamshaper_v7_cpp-windows :
73
73
runs-on : windows-latest
74
- if : ${{ false }} # TODO: fix Windows
75
74
defaults :
76
75
run :
77
76
shell : pwsh
89
88
mv ./tmp/*/* .
90
89
popd
91
90
91
+ - name : Configure Developer Command Prompt for Microsoft Visual C++
92
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
93
+ with :
94
+ toolset : 14.29
95
+
92
96
- name : Build app
93
97
run : |
94
98
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
Original file line number Diff line number Diff line change 80
80
81
81
stable_diffusion_1_5_cpp-windows :
82
82
runs-on : windows-latest
83
- if : ${{ false }} # TODO: fix Windows
84
83
defaults :
85
84
run :
86
85
shell : pwsh
98
97
mv ./tmp/*/* .
99
98
popd
100
99
100
+ - name : Configure Developer Command Prompt for Microsoft Visual C++
101
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
102
+ with :
103
+ toolset : 14.29
104
+
101
105
- name : Build app
102
106
run : |
103
107
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
You can’t perform that action at this time.
0 commit comments