Skip to content

Commit

Permalink
Don't build vcpkg.exe from sratch every time in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Ameling <[email protected]>
  • Loading branch information
dennisameling committed Jan 12, 2021
1 parent d8cf02e commit 09d1573
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
vs-build:
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'
timeout-minutes: 15
env:
MSYSTEM: MINGW64
NO_PERL: 1
Expand Down Expand Up @@ -195,13 +196,6 @@ jobs:
echo Fetching vcpkg in %cwd%vcpkg
git.exe clone https://github.com/Microsoft/vcpkg vcpkg
IF ERRORLEVEL 1 ( EXIT /B 1 )
cd vcpkg
echo Building vcpkg
powershell -exec bypass scripts\bootstrap.ps1
IF ERRORLEVEL 1 ( EXIT /B 1 )
echo Successfully installed %cwd%vcpkg\vcpkg.exe
- name: download vcpkg artifacts
shell: powershell
run: |
Expand Down

0 comments on commit 09d1573

Please sign in to comment.