Browse Source

Enable VCPKG dependency graph

pull/6673/head
Anders Jenbo 3 years ago committed by Stephen C. Wills
parent
commit
b318d702e5
  1. 7
      .github/workflows/Windows_MSVC_x64.yml

7
.github/workflows/Windows_MSVC_x64.yml

@ -13,6 +13,13 @@ on:
- '*.md'
- 'docs/**'
permissions:
contents: write
env:
VCPKG_FEATURE_FLAGS: dependencygraph
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Loading…
Cancel
Save