Merge pull request #2971 from dennisameling/vcpkg-dlls

cmake(install): include vcpkg dlls
This commit is contained in:
Johannes Schindelin
2021-01-21 14:10:26 +01:00
2 changed files with 19 additions and 5 deletions

View File

@@ -129,6 +129,7 @@ jobs:
vs-build:
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'
timeout-minutes: 15
env:
NO_PERL: 1
GIT_CONFIG_PARAMETERS: "'user.name=CI' 'user.email=ci@git'"
@@ -139,6 +140,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: git-for-windows/setup-git-for-windows-sdk@v0
- name: initialize vcpkg
uses: actions/checkout@v2
with:
repository: 'microsoft/vcpkg'
path: 'compat/vcbuild/vcpkg'
- name: download vcpkg artifacts
shell: powershell
run: |