Skip to content

Commit 09d1573

Browse files
committed
Don't build vcpkg.exe from sratch every time in CI
Signed-off-by: Dennis Ameling <[email protected]>
1 parent d8cf02e commit 09d1573

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
vs-build:
164164
needs: ci-config
165165
if: needs.ci-config.outputs.enabled == 'yes'
166+
timeout-minutes: 15
166167
env:
167168
MSYSTEM: MINGW64
168169
NO_PERL: 1
@@ -195,13 +196,6 @@ jobs:
195196
echo Fetching vcpkg in %cwd%vcpkg
196197
git.exe clone https://github.com/Microsoft/vcpkg vcpkg
197198
IF ERRORLEVEL 1 ( EXIT /B 1 )
198-
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
205199
- name: download vcpkg artifacts
206200
shell: powershell
207201
run: |

0 commit comments

Comments
 (0)