We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897dd0f commit d8cf02eCopy full SHA for d8cf02e
.github/workflows/main.yml
@@ -188,6 +188,20 @@ jobs:
188
## Unzip and remove the artifact
189
unzip artifacts.zip
190
rm artifacts.zip
191
+ - name: initialize vcpkg
192
+ shell: cmd
193
+ working-directory: ./compat/vcbuild
194
+ run: |
195
+ echo Fetching vcpkg in %cwd%vcpkg
196
+ git.exe clone https://github.com/Microsoft/vcpkg vcpkg
197
+ IF ERRORLEVEL 1 ( EXIT /B 1 )
198
+
199
+ cd vcpkg
200
+ echo Building vcpkg
201
+ powershell -exec bypass scripts\bootstrap.ps1
202
203
204
+ echo Successfully installed %cwd%vcpkg\vcpkg.exe
205
- name: download vcpkg artifacts
206
shell: powershell
207
run: |
0 commit comments