File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ jobs:
205205 choco install visualstudio2022community -y
206206 choco install visualstudio2022-workload-nativedesktop -y
207207 choco install sqlite -y
208+ choco install cmake -y
208209 - name : Build for debug mode
209210 shell : cmd
210211 run : |
@@ -256,6 +257,7 @@ jobs:
256257 choco install visualstudio2019community -y
257258 choco install visualstudio2019-workload-nativedesktop -y
258259 choco install sqlite -y
260+ choco install cmake -y
259261 - name : Build for debug mode
260262 shell : cmd
261263 run : |
@@ -307,6 +309,7 @@ jobs:
307309 choco install visualstudio2019community -y
308310 choco install visualstudio2019-workload-nativedesktop -y
309311 choco install sqlite -y
312+ choco install cmake -y
310313 - name : Build for debug mode
311314 shell : cmd
312315 run : |
You can’t perform that action at this time.
0 commit comments