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 d8cf02e commit 09d1573Copy full SHA for 09d1573
.github/workflows/main.yml
@@ -163,6 +163,7 @@ jobs:
163
vs-build:
164
needs: ci-config
165
if: needs.ci-config.outputs.enabled == 'yes'
166
+ timeout-minutes: 15
167
env:
168
MSYSTEM: MINGW64
169
NO_PERL: 1
@@ -195,13 +196,6 @@ jobs:
195
196
echo Fetching vcpkg in %cwd%vcpkg
197
git.exe clone https://github.com/Microsoft/vcpkg vcpkg
198
IF ERRORLEVEL 1 ( EXIT /B 1 )
-
199
- cd vcpkg
200
- echo Building vcpkg
201
- powershell -exec bypass scripts\bootstrap.ps1
202
- IF ERRORLEVEL 1 ( EXIT /B 1 )
203
204
- echo Successfully installed %cwd%vcpkg\vcpkg.exe
205
- name: download vcpkg artifacts
206
shell: powershell
207
run: |
0 commit comments